Kagome
Polkadot Runtime Engine in C++17
|
#include <authority_update_observer.hpp>
Public Member Functions | |
virtual | ~AuthorityUpdateObserver ()=default |
virtual outcome::result< void > | onConsensus (const primitives::BlockInfo &block, const primitives::Consensus &message)=0 |
virtual void | cancel (const primitives::BlockInfo &block)=0 |
Cancel changes. Should be called when the block is rolled back. More... | |
Definition at line 14 of file authority_update_observer.hpp.
|
virtualdefault |
|
pure virtual |
Cancel changes. Should be called when the block is rolled back.
block | - corresponding block |
Implemented in kagome::authority::AuthorityManagerImpl.
|
pure virtual |
Processes consensus message in block digest
message |
Implemented in kagome::authority::AuthorityManagerImpl.