CatapultServer  v0.5.0.1 (Elephant)
catapult::state::CatapultState Struct Reference

Stateful catapult information. More...

Collaboration diagram for catapult::state::CatapultState:

Public Member Functions

 CatapultState ()
 Creates a start state. More...
 

Public Attributes

model::ImportanceHeight LastRecalculationHeight
 Height at which importances were last recalculated. More...
 
uint64_t NumTotalTransactions
 Total number of confirmed transactions in chain. More...
 

Detailed Description

Stateful catapult information.

Constructor & Destructor Documentation

◆ CatapultState()

catapult::state::CatapultState::CatapultState ( )
inline

Creates a start state.

Member Data Documentation

◆ LastRecalculationHeight

model::ImportanceHeight catapult::state::CatapultState::LastRecalculationHeight

Height at which importances were last recalculated.

◆ NumTotalTransactions

uint64_t catapult::state::CatapultState::NumTotalTransactions

Total number of confirmed transactions in chain.


The documentation for this struct was generated from the following file: