PrevUpHomeNext

RCLValidationsAdaptor::Validation

Synopsis
using Validation = RCLValidation;

RCLValidationsAdaptor::Validation

ripple::RCLValidation

ripple__RCLValidation

Types

Name

Description

NodeID

NodeKey

Member Functions

Name

Description

RCLValidation

Constructor.

full

key

Public key of validator that published the validation.

ledgerID

Validated ledger's hash.

loadFee

Get the load fee of the validation if it exists.

nodeID

NodeID of validator that published the validation.

seenTime

Validated ledger's first seen time.

seq

Validated ledger's sequence number (0 if none)

signTime

Validation's signing time.

trusted

Whether the validation is considered trusted.

unwrap

Extract the underlying STValidation being wrapped.

Wraps an STValidation::pointer for compatibility with the generic validation code.

Description
Header

#include <ripple/app/consensus/RCLValidations.h>


PrevUpHomeNext