|
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 75 of file ReadView.h.
|
explicitdefault |
| LedgerIndex ripple::LedgerInfo::seq = 0 |
Definition at line 83 of file ReadView.h.
| NetClock::time_point ripple::LedgerInfo::parentCloseTime = {} |
Definition at line 84 of file ReadView.h.
| uint256 ripple::LedgerInfo::hash = beast::zero |
Definition at line 91 of file ReadView.h.
| uint256 ripple::LedgerInfo::txHash = beast::zero |
Definition at line 92 of file ReadView.h.
| uint256 ripple::LedgerInfo::accountHash = beast::zero |
Definition at line 93 of file ReadView.h.
| uint256 ripple::LedgerInfo::parentHash = beast::zero |
Definition at line 94 of file ReadView.h.
| XRPAmount ripple::LedgerInfo::drops = beast::zero |
Definition at line 96 of file ReadView.h.
|
mutable |
Definition at line 101 of file ReadView.h.
| bool ripple::LedgerInfo::accepted = false |
Definition at line 102 of file ReadView.h.
| int ripple::LedgerInfo::closeFlags = 0 |
Definition at line 105 of file ReadView.h.
| NetClock::duration ripple::LedgerInfo::closeTimeResolution = {} |
Definition at line 108 of file ReadView.h.
| NetClock::time_point ripple::LedgerInfo::closeTime = {} |
Definition at line 114 of file ReadView.h.
1.8.17