CatapultServer
v0.5.0.1 (Elephant)
CatapultState.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
catapult/model/ImportanceHeight.h
"
23
24
namespace
catapult
{
namespace
state {
25
27
struct
CatapultState
{
28
public
:
30
CatapultState
()
31
:
LastRecalculationHeight
(0)
32
,
NumTotalTransactions
(0)
33
{}
34
35
public
:
37
model::ImportanceHeight
LastRecalculationHeight
;
38
40
uint64_t
NumTotalTransactions
;
41
};
42
}}
ImportanceHeight.h
catapult::state::CatapultState::LastRecalculationHeight
model::ImportanceHeight LastRecalculationHeight
Height at which importances were last recalculated.
Definition:
CatapultState.h:37
catapult::utils::BaseValue< Height::ValueType, ImportanceHeight_tag >
catapult::state::CatapultState::NumTotalTransactions
uint64_t NumTotalTransactions
Total number of confirmed transactions in chain.
Definition:
CatapultState.h:40
catapult::state::CatapultState
Stateful catapult information.
Definition:
CatapultState.h:27
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::state::CatapultState::CatapultState
CatapultState()
Creates a start state.
Definition:
CatapultState.h:30
catapult-server
src
catapult
state
CatapultState.h
Generated by
1.8.16