6 #ifndef IROHA_SHARED_MODEL_PROTO_BLOCK_ERROR_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_BLOCK_ERROR_RESPONSE_HPP 11 #include "qry_responses.pb.h" 18 iroha::protocol::BlockQueryResponse &block_query_response);
23 const iroha::protocol::BlockErrorResponse &block_error_response;
30 #endif // IROHA_SHARED_MODEL_PROTO_BLOCK_ERROR_RESPONSE_HPP const interface::types::DescriptionType & message() const override
Definition: proto_block_error_response.cpp:16
Definition: block_error_response.hpp:18
std::string DescriptionType
Type of the transfer message.
Definition: types.hpp:88
BlockErrorResponse(iroha::protocol::BlockQueryResponse &block_query_response)
Definition: proto_block_error_response.cpp:11
Definition: proto_block_error_response.hpp:15
Definition: command_executor.hpp:13