rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::TxArgs Struct Reference
Collaboration diagram for xrpl::TxArgs:
Collaboration graph
[legend]

Public Attributes

std::optional< uint256hash
 
std::optional< std::pair< uint32_t, uint16_t > > ctid
 
bool binary = false
 
std::optional< std::pair< uint32_t, uint32_t > > ledgerRange
 

Detailed Description

Definition at line 46 of file Tx.cpp.

Member Data Documentation

◆ hash

std::optional<uint256> xrpl::TxArgs::hash

Definition at line 48 of file Tx.cpp.

◆ ctid

std::optional<std::pair<uint32_t, uint16_t> > xrpl::TxArgs::ctid

Definition at line 49 of file Tx.cpp.

◆ binary

bool xrpl::TxArgs::binary = false

Definition at line 50 of file Tx.cpp.

◆ ledgerRange

std::optional<std::pair<uint32_t, uint32_t> > xrpl::TxArgs::ledgerRange

Definition at line 51 of file Tx.cpp.