|
xrpld
|
#include <LedgerToJson.h>

Public Types | |
| enum class | Options { DumpTxrp = 1 , DumpState = 2 , Expand = 4 , Full = 8 , Binary = 16 , OwnerFunds = 32 , DumpQueue = 64 } |
Public Member Functions | |
| LedgerFill (ReadView const &l, rpc::Context const *ctx, int o=0, std::vector< TxQ::TxDetails > q={}) | |
Public Attributes | |
| ReadView const & | ledger |
| int | options |
| std::vector< TxQ::TxDetails > | txQueue |
| rpc::Context const * | context |
| std::optional< NetClock::time_point > | closeTime |
Definition at line 17 of file LedgerToJson.h.
|
strong |
| Enumerator | |
|---|---|
| DumpTxrp | |
| DumpState | |
| Expand | |
| Full | |
| Binary | |
| OwnerFunds | |
| DumpQueue | |
Definition at line 30 of file LedgerToJson.h.
| xrpl::LedgerFill::LedgerFill | ( | ReadView const & | l, |
| rpc::Context const * | ctx, | ||
| int | o = 0, | ||
| std::vector< TxQ::TxDetails > | q = {} ) |
Definition at line 19 of file LedgerToJson.h.
| ReadView const& xrpl::LedgerFill::ledger |
Definition at line 40 of file LedgerToJson.h.
| int xrpl::LedgerFill::options |
Definition at line 41 of file LedgerToJson.h.
| std::vector<TxQ::TxDetails> xrpl::LedgerFill::txQueue |
Definition at line 42 of file LedgerToJson.h.
| rpc::Context const* xrpl::LedgerFill::context |
Definition at line 43 of file LedgerToJson.h.
| std::optional<NetClock::time_point> xrpl::LedgerFill::closeTime |
Definition at line 44 of file LedgerToJson.h.