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 771 of file NetworkOPs.cpp.

Constructor & Destructor Documentation

◆ SubAccountHistoryIndex()

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

Definition at line 784 of file NetworkOPs.cpp.

Member Data Documentation

◆ accountId

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

Definition at line 773 of file NetworkOPs.cpp.

◆ forwardTxIndex

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

Definition at line 775 of file NetworkOPs.cpp.

◆ separationLedgerSeq

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

Definition at line 777 of file NetworkOPs.cpp.

◆ historyLastLedgerSeq

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

Definition at line 779 of file NetworkOPs.cpp.

◆ historyTxIndex

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

Definition at line 780 of file NetworkOPs.cpp.

◆ haveHistorical

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

Definition at line 781 of file NetworkOPs.cpp.

◆ stopHistorical

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

Definition at line 782 of file NetworkOPs.cpp.