Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::BaseTxHandler< ETLServiceType >::Output Struct Reference

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

#include <Tx.hpp>

Public Attributes

uint32_t date = 0u
 
std::string hash = {}
 
uint32_t ledgerIndex = 0u
 
std::optional< boost::json::object > meta = std::nullopt
 
std::optional< boost::json::object > tx = std::nullopt
 
std::optional< std::string > metaStr = std::nullopt
 
std::optional< std::string > txStr = std::nullopt
 
std::optional< std::string > ctid
 
std::optional< ripple::LedgerHeader > ledgerHeader
 
uint32_t apiVersion = 0u
 
bool validated = true
 

Detailed Description

template<typename ETLServiceType>
struct rpc::BaseTxHandler< ETLServiceType >::Output

A struct to hold the output data of the command.

Member Data Documentation

◆ ctid

template<typename ETLServiceType >
std::optional<std::string> rpc::BaseTxHandler< ETLServiceType >::Output::ctid
Initial value:
=
std::nullopt

◆ ledgerHeader

template<typename ETLServiceType >
std::optional<ripple::LedgerHeader> rpc::BaseTxHandler< ETLServiceType >::Output::ledgerHeader
Initial value:
=
std::nullopt

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