Clio develop
The XRP Ledger API server.
|
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 |
A struct to hold the output data of the command.
std::optional<std::string> rpc::BaseTxHandler< ETLServiceType >::Output::ctid |
std::optional<ripple::LedgerHeader> rpc::BaseTxHandler< ETLServiceType >::Output::ledgerHeader |