Kagome
Polkadot Runtime Engine in C++17
grandpa_observer.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CORE_CONSENSUS_GRANDPA_GRANDPAOBSERVER
7 #define KAGOME_CORE_CONSENSUS_GRANDPA_GRANDPAOBSERVER
8 
13 
15 
20  public JustificationObserver,
21  public CatchUpObserver,
22  public NeighborObserver {
23  public:
24  ~GrandpaObserver() override = default;
25  };
26 
27 } // namespace kagome::consensus::grandpa
28 
29 #endif // KAGOME_CORE_CONSENSUS_GRANDPA_GRANDPAOBSERVER
observes incoming messages. Abstraction of a network.
observes justification assigned to syncing blocks.
observes incoming neighbor messages. Abstraction of a network.
observes incoming catch-up messages. Abstraction of a network.