The ledger_entry method returns a single ledger object from the XRP Ledger in its raw format.
More...
#include <LedgerEntry.hpp>
|
| struct | Output |
| | A struct to hold the output data of the command. More...
|
The ledger_entry method returns a single ledger object from the XRP Ledger in its raw format.
For more details see: https://xrpl.org/ledger_entry.html
◆ LedgerEntryHandler()
| rpc::LedgerEntryHandler::LedgerEntryHandler |
( |
std::shared_ptr< BackendInterface > | sharedPtrBackend | ) |
|
|
inline |
◆ process()
| LedgerEntryHandler::Result rpc::LedgerEntryHandler::process |
( |
Input const & | input, |
|
|
Context const & | ctx ) const |
|
nodiscard |
Process the LedgerEntry command.
- Parameters
-
| input | The input data for the command |
| ctx | The context of the request |
- Returns
- The result of the operation
◆ tag_invoke
Convert the Output to a JSON object.
- Parameters
-
| [out] | jv | The JSON object to convert to |
| output | The output to convert |
The documentation for this class was generated from the following files:
- /__w/clio/clio/src/rpc/handlers/LedgerEntry.hpp
- /__w/clio/clio/src/rpc/handlers/LedgerEntry.cpp