rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
xrpl::NetworkOPsImp::SubAccountHistoryIndex Struct Reference
Collaboration diagram for xrpl::NetworkOPsImp::SubAccountHistoryIndex:
Collaboration graph
[legend]

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

Constructor & Destructor Documentation

◆ SubAccountHistoryIndex()

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

Definition at line 664 of file NetworkOPs.cpp.

Member Data Documentation

◆ accountId_

AccountID const xrpl::NetworkOPsImp::SubAccountHistoryIndex::accountId_

Definition at line 653 of file NetworkOPs.cpp.

◆ forwardTxIndex_

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

Definition at line 655 of file NetworkOPs.cpp.

◆ separationLedgerSeq_

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

Definition at line 657 of file NetworkOPs.cpp.

◆ historyLastLedgerSeq_

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

Definition at line 659 of file NetworkOPs.cpp.

◆ historyTxIndex_

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

Definition at line 660 of file NetworkOPs.cpp.

◆ haveHistorical_

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

Definition at line 661 of file NetworkOPs.cpp.

◆ stopHistorical_

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

Definition at line 662 of file NetworkOPs.cpp.