PrevUpHomeNext

RCLValidation

RCLValidation::NodeID
RCLValidation::NodeKey
RCLValidation::RCLValidation
RCLValidation::full
RCLValidation::key
RCLValidation::ledgerID
RCLValidation::loadFee
RCLValidation::nodeID
RCLValidation::seenTime
RCLValidation::seq
RCLValidation::signTime
RCLValidation::trusted
RCLValidation::unwrap
RCLValidation::val_

Wrapper over STValidation for generic Validation code.

Synopsis
class 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.

Description

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

Header

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


PrevUpHomeNext