A struct to hold the input data for the command.
More...
#include <LedgerData.hpp>
|
std::optional< std::string > | ledgerHash |
|
std::optional< uint32_t > | ledgerIndex |
|
bool | binary = false |
|
uint32_t | limit = LedgerDataHandler::kLIMIT_JSON |
|
std::optional< ripple::uint256 > | marker |
|
std::optional< uint32_t > | diffMarker |
|
bool | outOfOrder = false |
|
ripple::LedgerEntryType | type = ripple::LedgerEntryType::ltANY |
|
A struct to hold the input data for the command.
- Note
outOfOrder
is only for Clio, there is no document, traverse via seq diff (outOfOrder implementation is copied from old rpc handler)
The documentation for this struct was generated from the following file: