6 #ifndef IROHA_ORDERING_GATE_COMMON_HPP 7 #define IROHA_ORDERING_GATE_COMMON_HPP 11 #include <boost/optional.hpp> 28 boost::optional<std::shared_ptr<const shared_model::interface::Proposal>>
40 #endif // IROHA_ORDERING_GATE_COMMON_HPP std::shared_ptr< const shared_model::interface::Proposal > getProposalUnsafe(const OrderingEvent &event)
Definition: ordering_gate_common.cpp:11
consensus::Round round
Definition: ordering_gate_common.hpp:30
boost::optional< std::shared_ptr< const shared_model::interface::Proposal > > proposal
Definition: ordering_gate_common.hpp:29
std::shared_ptr< const LedgerState > ledger_state
Definition: ordering_gate_common.hpp:31
Definition: block_query.hpp:15
Definition: ordering_gate_common.hpp:27
Definition: command_executor.hpp:12