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

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

#include <Ledger.hpp>

Public Attributes

std::optional< std::string > ledgerHash
 
std::optional< uint32_t > ledgerIndex
 
bool binary = false
 
bool expand = false
 
bool ownerFunds = false
 
bool transactions = false
 
bool diff = false
 

Detailed Description

A struct to hold the input data for the command.

Clio does not support:

  • queue

And the following are deprecated altogether:

  • full
  • accounts
  • ledger
  • type

Clio will throw an error when queue, full or accounts is set to true.

See also
https://github.com/XRPLF/clio/issues/603 and https://github.com/XRPLF/clio/issues/1537

The documentation for this struct was generated from the following file: