CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace subscribers {
struct StateChangeInfo; }
28 namespace catapult {
namespace subscribers {
virtual ~StateChangeSubscriber()=default
State change subscriber.
Definition: StateChangeSubscriber.h:31
Definition: ChainScore.h:30
virtual void notifyScoreChange(const model::ChainScore &chainScore)=0
Indicates chain score was changed to chainScore.
State change information.
Definition: StateChangeInfo.h:29
model::ChainScore ChainScore
Definition: tools/health/main.cpp:43
Definition: AddressExtractionExtension.cpp:28
virtual void notifyStateChange(const StateChangeInfo &stateChangeInfo)=0
Indicates state was changed with change information in stateChangeInfo.