Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::TxHandler::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::optional< boost::json::object > tx
std::optional< std::string > metaStr
std::optional< std::string > txStr
std::optional< std::string > ctid
std::optional< ripple::LedgerHeader > ledgerHeader
uint32_t apiVersion = 0u
bool validated = true

Detailed Description

A struct to hold the output data of the command.

Member Data Documentation

◆ ctid

std::optional<std::string> rpc::TxHandler::Output::ctid
Initial value:
=
std::nullopt

◆ ledgerHeader

std::optional<ripple::LedgerHeader> rpc::TxHandler::Output::ledgerHeader
Initial value:
=
std::nullopt

◆ meta

std::optional<boost::json::object> rpc::TxHandler::Output::meta
Initial value:
=
std::nullopt

◆ metaStr

std::optional<std::string> rpc::TxHandler::Output::metaStr
Initial value:
=
std::nullopt

◆ tx

std::optional<boost::json::object> rpc::TxHandler::Output::tx
Initial value:
=
std::nullopt

◆ txStr

std::optional<std::string> rpc::TxHandler::Output::txStr
Initial value:
=
std::nullopt

The documentation for this struct was generated from the following file:
  • /__w/clio/clio/src/rpc/handlers/Tx.hpp