6 #ifndef IROHA_SHARED_MODEL_PROTO_ENGINE_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_ENGINE_RESPONSE_HPP 13 #include "qry_responses.pb.h" 27 const iroha::protocol::EngineReceiptsResponse &engine_response_;
29 const std::vector<proto::EngineReceipt> engine_response_records_;
34 #endif // IROHA_SHARED_MODEL_PROTO_ENGINE_RESPONSE_HPP interface::types::EngineReceiptCollectionType engineReceipts() const override
Returns EVM responses to EngineCall commands.
Definition: proto_engine_receipts_response.cpp:18
boost::any_range< EngineReceipt, boost::forward_traversal_tag, const EngineReceipt & > EngineReceiptCollectionType
Type for EVM reposponse records.
Definition: range_types.hpp:42
Definition: engine_receipts_response.hpp:21
Definition: proto_engine_receipts_response.hpp:17
Definition: command_executor.hpp:12
EngineReceiptsResponse(iroha::protocol::QueryResponse &query_response)
Definition: proto_engine_receipts_response.cpp:11