Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::LedgerDataHandler::Input Struct Reference

A struct to hold the input data for the command. More...

#include <LedgerData.hpp>

Public Attributes

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
 

Detailed Description

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: