#include "yac_gate.hpp"


Additional Inherited Members | |
Public Types inherited from iroha::network::ConsensusGate | |
| using | Round = consensus::Round |
| using | GateObject = consensus::GateObject |
Public Member Functions inherited from iroha::network::ConsensusGate | |
| virtual void | vote (const simulator::BlockCreatorEvent &event)=0 |
| virtual rxcpp::observable< consensus::GateObject > | onOutcome ()=0 |
| virtual void | stop ()=0 |
| Prevent any new outgoing network activity. Be passive. More... | |
| virtual | ~ConsensusGate ()=default |