rippled
Public Attributes | List of all members
ripple::TxArgs Struct Reference
Collaboration diagram for ripple::TxArgs:
Collaboration graph
[legend]

Public Attributes

uint256 hash
 
bool binary = false
 
std::optional< std::pair< uint32_t, uint32_t > > ledgerRange
 

Detailed Description

Definition at line 60 of file Tx.cpp.

Member Data Documentation

◆ hash

uint256 ripple::TxArgs::hash

Definition at line 62 of file Tx.cpp.

◆ binary

bool ripple::TxArgs::binary = false

Definition at line 63 of file Tx.cpp.

◆ ledgerRange

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

Definition at line 64 of file Tx.cpp.