Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
9
#include "
consensus/grandpa/catch_up_observer.hpp
"
10
#include "
consensus/grandpa/justification_observer.hpp
"
11
#include "
consensus/grandpa/neighbor_observer.hpp
"
12
#include "
consensus/grandpa/round_observer.hpp
"
13
14
namespace
kagome::consensus::grandpa
{
15
19
class
GrandpaObserver
:
public
RoundObserver
,
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
kagome::consensus::grandpa
Definition:
catch_up_observer.hpp:13
kagome::consensus::grandpa::RoundObserver
observes incoming messages. Abstraction of a network.
Definition:
round_observer.hpp:22
kagome::consensus::grandpa::JustificationObserver
observes justification assigned to syncing blocks.
Definition:
justification_observer.hpp:18
kagome::consensus::grandpa::GrandpaObserver
Definition:
grandpa_observer.hpp:19
round_observer.hpp
kagome::consensus::grandpa::GrandpaObserver::~GrandpaObserver
~GrandpaObserver() override=default
neighbor_observer.hpp
kagome::consensus::grandpa::NeighborObserver
observes incoming neighbor messages. Abstraction of a network.
Definition:
neighbor_observer.hpp:19
justification_observer.hpp
kagome::consensus::grandpa::CatchUpObserver
observes incoming catch-up messages. Abstraction of a network.
Definition:
catch_up_observer.hpp:19
catch_up_observer.hpp
core
consensus
grandpa
grandpa_observer.hpp
Generated by
1.8.11