Kagome
Polkadot Runtime Engine in C++17
|
#include <boost/variant.hpp>
#include "consensus/grandpa/common.hpp"
#include "consensus/grandpa/structs.hpp"
#include "scale/tie.hpp"
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 > |