6 #ifndef IROHA_CONSENSUS_GATE_HPP 7 #define IROHA_CONSENSUS_GATE_HPP 9 #include <rxcpp/rx-observable-fwd.hpp> 22 struct BlockCreatorEvent;
44 virtual rxcpp::observable<consensus::GateObject> onOutcome() = 0;
47 virtual void stop() = 0;
55 #endif // IROHA_CONSENSUS_GATE_HPP Definition: block_creator_common.hpp:34
consensus::GateObject GateObject
Definition: consensus_gate.hpp:39
Definition: block_query.hpp:15
Definition: consensus_gate.hpp:30
iroha::consensus::GateObject GateObject
Definition: gate_object.cpp:8
Definition: command_executor.hpp:12