#include <grandpa_transmitter.hpp>
Send/broadcast grandpa messages
Definition at line 18 of file grandpa_transmitter.hpp.
virtual kagome::network::GrandpaTransmitter::~GrandpaTransmitter |
( |
| ) |
|
|
virtualdefault |
virtual void kagome::network::GrandpaTransmitter::sendCatchUpRequest |
( |
const libp2p::peer::PeerId & |
peer_id, |
|
|
CatchUpRequest && |
message |
|
) |
| |
|
pure virtual |
virtual void kagome::network::GrandpaTransmitter::sendCatchUpResponse |
( |
const libp2p::peer::PeerId & |
peer_id, |
|
|
CatchUpResponse && |
message |
|
) |
| |
|
pure virtual |
virtual void kagome::network::GrandpaTransmitter::sendCommitMessage |
( |
const libp2p::peer::PeerId & |
peer_id, |
|
|
FullCommitMessage && |
message |
|
) |
| |
|
pure virtual |
virtual void kagome::network::GrandpaTransmitter::sendCommitMessage |
( |
FullCommitMessage && |
message | ) |
|
|
pure virtual |
virtual void kagome::network::GrandpaTransmitter::sendVoteMessage |
( |
const libp2p::peer::PeerId & |
peer_id, |
|
|
GrandpaVote && |
message |
|
) |
| |
|
pure virtual |
virtual void kagome::network::GrandpaTransmitter::sendVoteMessage |
( |
GrandpaVote && |
message | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: