Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
AccountTransactionsData Struct Reference

Struct used to keep track of what to write to account_transactions/account_tx tables. More...

#include <DBHelpers.hpp>

Public Member Functions

 AccountTransactionsData (ripple::TxMeta &meta, ripple::uint256 const &txHash)
 Construct a new AccountTransactionsData object.
 

Public Attributes

boost::container::flat_set< ripple::AccountID > accounts
 
std::uint32_t ledgerSequence {}
 
std::uint32_t transactionIndex {}
 
ripple::uint256 txHash
 

Detailed Description

Struct used to keep track of what to write to account_transactions/account_tx tables.

Constructor & Destructor Documentation

◆ AccountTransactionsData()

AccountTransactionsData::AccountTransactionsData ( ripple::TxMeta & meta,
ripple::uint256 const & txHash )
inline

Construct a new AccountTransactionsData object.

Parameters
metaThe transaction metadata
txHashThe transaction hash

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