6 #ifndef IROHA_VERIFIED_PROPOSAL_CREATOR_COMMON_HPP 7 #define IROHA_VERIFIED_PROPOSAL_CREATOR_COMMON_HPP 9 #include <boost/optional.hpp> 22 boost::optional<std::shared_ptr<validation::VerifiedProposalAndErrors>>
28 std::shared_ptr<validation::VerifiedProposalAndErrors>
34 #endif // IROHA_VERIFIED_PROPOSAL_CREATOR_COMMON_HPP std::shared_ptr< validation::VerifiedProposalAndErrors > getVerifiedProposalUnsafe(const VerifiedProposalCreatorEvent &event)
Definition: verified_proposal_creator_common.cpp:14
std::shared_ptr< const LedgerState > ledger_state
Definition: verified_proposal_creator_common.hpp:25
Definition: block_query.hpp:15
consensus::Round round
Definition: verified_proposal_creator_common.hpp:24
boost::optional< std::shared_ptr< validation::VerifiedProposalAndErrors > > verified_proposal_result
Definition: verified_proposal_creator_common.hpp:23
Definition: verified_proposal_creator_common.hpp:21