CatapultServer
v0.5.0.1 (Elephant)
|
Block change subscriber. More...
Public Member Functions | |
virtual | ~BlockChangeSubscriber ()=default |
virtual void | notifyBlock (const model::BlockElement &blockElement)=0 |
Indicates blockElement was saved. More... | |
virtual void | notifyDropBlocksAfter (Height height)=0 |
Indicates all blocks after height were invalidated. More... | |
Block change subscriber.
|
virtualdefault |
|
pure virtual |
Indicates blockElement was saved.
Implemented in catapult::subscribers::AggregateBlockChangeSubscriber< TBlockChangeSubscriber >.
|
pure virtual |
Indicates all blocks after height were invalidated.
Implemented in catapult::subscribers::AggregateBlockChangeSubscriber< TBlockChangeSubscriber >.