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

A struct to hold the output data of the command. More...

#include <AccountInfo.hpp>

Public Member Functions

 Output (uint32_t ledgerId, std::string ledgerHash, ripple::STLedgerEntry sle, bool isDisallowIncomingEnabled, bool isClawbackEnabled, uint32_t version, std::optional< std::vector< ripple::STLedgerEntry > > signerLists=std::nullopt)
 Construct a new Output object.
 

Public Attributes

uint32_t ledgerIndex
 
std::string ledgerHash
 
ripple::STLedgerEntry accountData
 
bool isDisallowIncomingEnabled = false
 
bool isClawbackEnabled = false
 
uint32_t apiVersion
 
std::optional< std::vector< ripple::STLedgerEntry > > signerLists
 
bool validated = true
 

Detailed Description

A struct to hold the output data of the command.

Constructor & Destructor Documentation

◆ Output()

rpc::AccountInfoHandler::Output::Output ( uint32_t ledgerId,
std::string ledgerHash,
ripple::STLedgerEntry sle,
bool isDisallowIncomingEnabled,
bool isClawbackEnabled,
uint32_t version,
std::optional< std::vector< ripple::STLedgerEntry > > signerLists = std::nullopt )
inline

Construct a new Output object.

Parameters
ledgerIdThe ledger index
ledgerHashThe ledger hash
sleThe account data
isDisallowIncomingEnabledWhether disallow incoming is enabled
isClawbackEnabledWhether clawback is enabled
versionThe API version
signerListsThe signer lists

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