|
rippled
|

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={}, LedgerEntryType t=ltANY) | |
Public Attributes | |
| ReadView const & | ledger |
| int | options |
| std::vector< TxQ::TxDetails > | txQueue |
| LedgerEntryType | type |
| RPC::Context * | context |
Definition at line 33 of file LedgerToJson.h.
| Enumerator | |
|---|---|
| dumpTxrp | |
| dumpState | |
| expand | |
| full | |
| binary | |
| ownerFunds | |
| dumpQueue | |
Definition at line 45 of file LedgerToJson.h.
| ripple::LedgerFill::LedgerFill | ( | ReadView const & | l, |
| RPC::Context * | ctx, | ||
| int | o = 0, |
||
| std::vector< TxQ::TxDetails > | q = {}, |
||
| LedgerEntryType | t = ltANY |
||
| ) |
Definition at line 35 of file LedgerToJson.h.
| ReadView const& ripple::LedgerFill::ledger |
Definition at line 55 of file LedgerToJson.h.
| int ripple::LedgerFill::options |
Definition at line 56 of file LedgerToJson.h.
| std::vector<TxQ::TxDetails> ripple::LedgerFill::txQueue |
Definition at line 57 of file LedgerToJson.h.
| LedgerEntryType ripple::LedgerFill::type |
Definition at line 58 of file LedgerToJson.h.
| RPC::Context* ripple::LedgerFill::context |
Definition at line 59 of file LedgerToJson.h.
1.8.17