Represents a ledger in RCLConsensus
.
class RCLCxLedger
Name |
Description |
---|---|
Default constructor. Constructor. |
|
Whether consensus process agreed on close time of the ledger. |
|
The close time of this ledger. |
|
Resolution used when calculating this ledger's close time. |
|
JSON representation of this ledger. |
|
Unique identifier (hash) of this ledger. |
|
The close time of this ledger's parent. |
|
Unique identifier (hash) of this ledger's parent. |
|
Sequence number of the ledger. |
Name |
Description |
---|---|
The ledger instance. |
RCLCxLedger
is a thin wrapper over std::shared_ptr<Ledger const>
.
#include <ripple/app/consensus/RCLCxLedger.h>