6 #ifndef IROHA_PROTO_GET_ENGINE_RESPONSE_H 7 #define IROHA_PROTO_GET_ENGINE_RESPONSE_H 11 #include "queries.pb.h" 17 iroha::protocol::Query> {
19 template <
typename QueryType>
26 const std::string &
txHash()
const override;
30 const iroha::protocol::GetEngineReceipts &get_engine_response_;
36 #endif // IROHA_PROTO_GET_ENGINE_RESPONSE_H const std::string & txHash() const override
Definition: proto_get_engine_receipts.cpp:31
Definition: proto_get_engine_receipts.hpp:15
Definition: trivial_proto.hpp:19
GetEngineReceipts(QueryType &&query)
Definition: proto_get_engine_receipts.cpp:14
Definition: command_executor.hpp:13