6 #ifndef IROHA_ON_DEMAND_OS_TRANSPORT_HPP 7 #define IROHA_ON_DEMAND_OS_TRANSPORT_HPP 13 #include <boost/optional.hpp> 18 class TransactionBatch;
42 std::shared_ptr<shared_model::interface::TransactionBatch>;
61 virtual boost::optional<std::shared_ptr<const ProposalType>>
78 virtual std::unique_ptr<OdOsNotification> create(
88 #endif // IROHA_ON_DEMAND_OS_TRANSPORT_HPP std::shared_ptr< shared_model::interface::TransactionBatch > TransactionBatchType
Definition: on_demand_os_transport.hpp:42
Definition: proposal.hpp:17
Definition: on_demand_os_transport.hpp:70
Definition: block_query.hpp:15
Definition: on_demand_os_transport.hpp:31
Definition: command_executor.hpp:12
std::vector< TransactionBatchType > CollectionType
Definition: on_demand_os_transport.hpp:47