Kagome
Polkadot Runtime Engine in C++17
grandpa_message.hpp File Reference
#include <boost/variant.hpp>
#include "consensus/grandpa/common.hpp"
#include "consensus/grandpa/structs.hpp"
#include "scale/tie.hpp"
Include dependency graph for grandpa_message.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kagome::network::GrandpaVote
 
struct  kagome::network::FullCommitMessage
 
struct  kagome::network::GrandpaNeighborMessage
 
struct  kagome::network::CatchUpRequest
 
struct  kagome::network::CatchUpResponse
 

Namespaces

 kagome::network
 

Typedefs

using kagome::network::GrandpaMessage = boost::variant< GrandpaVote, FullCommitMessage, GrandpaNeighborMessage, CatchUpRequest, CatchUpResponse >