6 #ifndef IROHA_SHARED_MODEL_PROTO_BLOCK_QUERY_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_BLOCK_QUERY_RESPONSE_HPP 11 #include "qry_responses.pb.h" 29 std::unique_ptr<Impl> impl_;
34 #endif // IROHA_SHARED_MODEL_PROTO_BLOCK_QUERY_RESPONSE_HPP Definition: proto_block_query_response.cpp:28
BlockQueryResponse(TransportType &&block_query_response)
Definition: proto_block_query_response.cpp:51
Definition: block_query_response.hpp:24
Definition: proto_block_query_response.hpp:15
iroha::protocol::BlockQueryResponse TransportType
Definition: proto_block_query_response.hpp:17
~BlockQueryResponse() override
const TransportType & getTransport() const
Definition: proto_block_query_response.cpp:62
Definition: command_executor.hpp:13
w< BlockResponse, BlockErrorResponse > QueryResponseVariantType
Type of container with all concrete query response.
Definition: block_query_response.hpp:32