rippled
Public Member Functions | Public Attributes | List of all members
ripple::NetworkOPsImp::SubAccountHistoryIndex Struct Reference
Collaboration diagram for ripple::NetworkOPsImp::SubAccountHistoryIndex:
Collaboration graph
[legend]

Public Member Functions

 SubAccountHistoryIndex (AccountID const &accountId)
 

Public Attributes

const AccountID accountId_
 
std::uint32_t forwardTxIndex_
 
std::uint32_t separationLedgerSeq_
 
std::uint32_t historyLastLedgerSeq_
 
std::int32_t historyTxIndex_
 
bool haveHistorical_
 
std::atomic< bool > stopHistorical_
 

Detailed Description

Definition at line 662 of file NetworkOPs.cpp.

Constructor & Destructor Documentation

◆ SubAccountHistoryIndex()

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

Definition at line 675 of file NetworkOPs.cpp.

Member Data Documentation

◆ accountId_

const AccountID ripple::NetworkOPsImp::SubAccountHistoryIndex::accountId_

Definition at line 664 of file NetworkOPs.cpp.

◆ forwardTxIndex_

std::uint32_t ripple::NetworkOPsImp::SubAccountHistoryIndex::forwardTxIndex_

Definition at line 666 of file NetworkOPs.cpp.

◆ separationLedgerSeq_

std::uint32_t ripple::NetworkOPsImp::SubAccountHistoryIndex::separationLedgerSeq_

Definition at line 668 of file NetworkOPs.cpp.

◆ historyLastLedgerSeq_

std::uint32_t ripple::NetworkOPsImp::SubAccountHistoryIndex::historyLastLedgerSeq_

Definition at line 670 of file NetworkOPs.cpp.

◆ historyTxIndex_

std::int32_t ripple::NetworkOPsImp::SubAccountHistoryIndex::historyTxIndex_

Definition at line 671 of file NetworkOPs.cpp.

◆ haveHistorical_

bool ripple::NetworkOPsImp::SubAccountHistoryIndex::haveHistorical_

Definition at line 672 of file NetworkOPs.cpp.

◆ stopHistorical_

std::atomic<bool> ripple::NetworkOPsImp::SubAccountHistoryIndex::stopHistorical_

Definition at line 673 of file NetworkOPs.cpp.