Clio develop
The XRP Ledger API server.
|
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 |
Struct used to keep track of what to write to account_transactions/account_tx tables.
|
inline |
Construct a new AccountTransactionsData object.
meta | The transaction metadata |
txHash | The transaction hash |