|
rippled
|
#include <LedgerToJson.h>

Public Types | |
| enum | Options { dumpTxrp = 1 , dumpState = 2 , expand = 4 , full = 8 , binary = 16 , ownerFunds = 32 , dumpQueue = 64 } |
Public Member Functions | |
| LedgerFill (ReadView const &l, RPC::Context *ctx, int o=0, std::vector< TxQ::TxDetails > q={}) | |
Public Attributes | |
| ReadView const & | ledger |
| int | options |
| std::vector< TxQ::TxDetails > | txQueue |
| RPC::Context * | context |
| std::optional< NetClock::time_point > | closeTime |
Definition at line 15 of file LedgerToJson.h.
| Enumerator | |
|---|---|
| dumpTxrp | |
| dumpState | |
| expand | |
| full | |
| binary | |
| ownerFunds | |
| dumpQueue | |
Definition at line 28 of file LedgerToJson.h.
| ripple::LedgerFill::LedgerFill | ( | ReadView const & | l, |
| RPC::Context * | ctx, | ||
| int | o = 0, |
||
| std::vector< TxQ::TxDetails > | q = {} |
||
| ) |
Definition at line 17 of file LedgerToJson.h.
| ReadView const& ripple::LedgerFill::ledger |
Definition at line 38 of file LedgerToJson.h.
| int ripple::LedgerFill::options |
Definition at line 39 of file LedgerToJson.h.
| std::vector<TxQ::TxDetails> ripple::LedgerFill::txQueue |
Definition at line 40 of file LedgerToJson.h.
| RPC::Context* ripple::LedgerFill::context |
Definition at line 41 of file LedgerToJson.h.
| std::optional<NetClock::time_point> ripple::LedgerFill::closeTime |
Definition at line 42 of file LedgerToJson.h.