6 #ifndef IROHA_BLOCK_CREATOR_COMMON_HPP 7 #define IROHA_BLOCK_CREATOR_COMMON_HPP 11 #include <boost/optional.hpp> 26 std::shared_ptr<const shared_model::interface::Proposal>
proposal;
27 std::shared_ptr<shared_model::interface::Block>
block;
46 #endif // IROHA_BLOCK_CREATOR_COMMON_HPP Definition: block_creator_common.hpp:34
std::shared_ptr< shared_model::interface::Block > block
Definition: block_creator_common.hpp:27
Definition: block_creator_common.hpp:25
consensus::Round round
Definition: block_creator_common.hpp:36
std::shared_ptr< const LedgerState > ledger_state
Definition: block_creator_common.hpp:37
Definition: block_query.hpp:15
std::shared_ptr< shared_model::interface::Block > getBlockUnsafe(const BlockCreatorEvent &event)
Definition: block_creator_common.cpp:11
boost::optional< RoundData > round_data
Definition: block_creator_common.hpp:35
std::shared_ptr< const shared_model::interface::Proposal > proposal
Definition: block_creator_common.hpp:26
Definition: command_executor.hpp:12