|
rippled
|
Information about the notional ledger backing the view. More...

Public Member Functions | |
| LedgerInfo ()=default | |
Public Attributes | |
| LedgerIndex | seq = 0 |
| NetClock::time_point | parentCloseTime = {} |
| uint256 | hash = beast::zero |
| uint256 | txHash = beast::zero |
| uint256 | accountHash = beast::zero |
| uint256 | parentHash = beast::zero |
| XRPAmount | drops = beast::zero |
| bool | validated = false |
| bool | accepted = false |
| int | closeFlags = 0 |
| NetClock::duration | closeTimeResolution = {} |
| NetClock::time_point | closeTime = {} |
Information about the notional ledger backing the view.
Definition at line 85 of file ReadView.h.
|
explicitdefault |
| LedgerIndex ripple::LedgerInfo::seq = 0 |
Definition at line 93 of file ReadView.h.
| NetClock::time_point ripple::LedgerInfo::parentCloseTime = {} |
Definition at line 94 of file ReadView.h.
| uint256 ripple::LedgerInfo::hash = beast::zero |
Definition at line 101 of file ReadView.h.
| uint256 ripple::LedgerInfo::txHash = beast::zero |
Definition at line 102 of file ReadView.h.
| uint256 ripple::LedgerInfo::accountHash = beast::zero |
Definition at line 103 of file ReadView.h.
| uint256 ripple::LedgerInfo::parentHash = beast::zero |
Definition at line 104 of file ReadView.h.
| XRPAmount ripple::LedgerInfo::drops = beast::zero |
Definition at line 106 of file ReadView.h.
|
mutable |
Definition at line 111 of file ReadView.h.
| bool ripple::LedgerInfo::accepted = false |
Definition at line 112 of file ReadView.h.
| int ripple::LedgerInfo::closeFlags = 0 |
Definition at line 115 of file ReadView.h.
| NetClock::duration ripple::LedgerInfo::closeTimeResolution = {} |
Definition at line 118 of file ReadView.h.
| NetClock::time_point ripple::LedgerInfo::closeTime = {} |
Definition at line 124 of file ReadView.h.
1.8.17