|
xrpld
|
#include <Ledger.h>

Public Member Functions | |
| LedgerHandler (JsonContext &) | |
| Status | check () |
| void | writeResult (json::Value &) |
Static Public Attributes | |
| static constexpr char | name [] = "ledger" |
| static constexpr unsigned | minApiVer = RPC::kApiMinimumSupportedVersion |
| static constexpr unsigned | maxApiVer = RPC::kApiMaximumValidVersion |
| static constexpr Role | role = Role::USER |
| static constexpr Condition | condition = Condition::NoCondition |
Private Attributes | |
| JsonContext & | context_ |
| std::shared_ptr< ReadView const > | ledger_ |
| std::vector< TxQ::TxDetails > | queueTxs_ |
| json::Value | result_ |
| int | options_ = 0 |
Definition at line 29 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
explicit |
Definition at line 39 of file xrpld/rpc/handlers/ledger/Ledger.cpp.
| Status xrpl::RPC::LedgerHandler::check | ( | ) |
Definition at line 44 of file xrpld/rpc/handlers/ledger/Ledger.cpp.
| void xrpl::RPC::LedgerHandler::writeResult | ( | json::Value & | value | ) |
Definition at line 129 of file xrpld/rpc/handlers/ledger/Ledger.cpp.
|
staticconstexpr |
Definition at line 41 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
staticconstexpr |
Definition at line 43 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
staticconstexpr |
Definition at line 45 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
staticconstexpr |
Definition at line 47 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
staticconstexpr |
Definition at line 49 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
private |
Definition at line 53 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
private |
Definition at line 54 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
private |
Definition at line 55 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
private |
Definition at line 56 of file src/xrpld/rpc/handlers/ledger/Ledger.h.
|
private |
Definition at line 57 of file src/xrpld/rpc/handlers/ledger/Ledger.h.