Wrapper over STValidation for generic Validation code.
class RCLValidation
Name |
Description |
---|---|
Constructor. |
|
Public key of validator that published the validation. |
|
Validated ledger's hash. |
|
Get the load fee of the validation if it exists. |
|
NodeID of validator that published the validation. |
|
Validated ledger's first seen time. |
|
Validated ledger's sequence number (0 if none) |
|
Validation's signing time. |
|
Whether the validation is considered trusted. |
|
Extract the underlying STValidation being wrapped. |
Wraps an STValidation::pointer for compatibility with the generic validation code.
#include <ripple/app/consensus/RCLValidations.h>