xrpld
Loading...
Searching...
No Matches
xrpl::NetworkOPsImp::SubAccountHistoryIndex Struct Reference
Collaboration diagram for xrpl::NetworkOPsImp::SubAccountHistoryIndex:

Public Member Functions

 SubAccountHistoryIndex (AccountID const &accountId)

Public Attributes

AccountID const accountId
std::uint32_t forwardTxIndex {0}
std::uint32_t separationLedgerSeq {0}
std::uint32_t historyLastLedgerSeq {0}
std::int32_t historyTxIndex {-1}
bool haveHistorical {false}
std::atomic< bool > stopHistorical {false}

Detailed Description

Definition at line 818 of file NetworkOPs.cpp.

Constructor & Destructor Documentation

◆ SubAccountHistoryIndex()

xrpl::NetworkOPsImp::SubAccountHistoryIndex::SubAccountHistoryIndex ( AccountID const & accountId)

Definition at line 831 of file NetworkOPs.cpp.

Member Data Documentation

◆ accountId

AccountID const xrpl::NetworkOPsImp::SubAccountHistoryIndex::accountId

Definition at line 820 of file NetworkOPs.cpp.

◆ forwardTxIndex

std::uint32_t xrpl::NetworkOPsImp::SubAccountHistoryIndex::forwardTxIndex {0}

Definition at line 822 of file NetworkOPs.cpp.

◆ separationLedgerSeq

std::uint32_t xrpl::NetworkOPsImp::SubAccountHistoryIndex::separationLedgerSeq {0}

Definition at line 824 of file NetworkOPs.cpp.

◆ historyLastLedgerSeq

std::uint32_t xrpl::NetworkOPsImp::SubAccountHistoryIndex::historyLastLedgerSeq {0}

Definition at line 826 of file NetworkOPs.cpp.

◆ historyTxIndex

std::int32_t xrpl::NetworkOPsImp::SubAccountHistoryIndex::historyTxIndex {-1}

Definition at line 827 of file NetworkOPs.cpp.

◆ haveHistorical

bool xrpl::NetworkOPsImp::SubAccountHistoryIndex::haveHistorical {false}

Definition at line 828 of file NetworkOPs.cpp.

◆ stopHistorical

std::atomic<bool> xrpl::NetworkOPsImp::SubAccountHistoryIndex::stopHistorical {false}

Definition at line 829 of file NetworkOPs.cpp.