#include "yac_network_interface.hpp"


Public Member Functions | |
| virtual void | sendState (const shared_model::interface::Peer &to, const std::vector< VoteMessage > &state)=0 |
| virtual void | stop ()=0 |
| Prevent any new outgoing network activity. Be passive. More... | |
| virtual | ~YacNetwork ()=default |
|
virtualdefault |
Virtual destructor required for inheritance
|
pure virtual |
Directly share collection of votes
| to | - peer recipient |
| state | - message for sending |
Implemented in iroha::consensus::yac::NetworkImpl.
|
pure virtual |
Prevent any new outgoing network activity. Be passive.
Implemented in iroha::consensus::yac::NetworkImpl.