#include "proto_block_error_response.hpp"


Public Member Functions | |
| BlockErrorResponse (iroha::protocol::BlockQueryResponse &block_query_response) | |
| const interface::types::DescriptionType & | message () const override |
Public Member Functions inherited from shared_model::interface::BlockErrorResponse | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BlockErrorResponse > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< BlockErrorResponse > | |
| using | ModelType = BlockErrorResponse |
|
explicit |
|
overridevirtual |
Implements shared_model::interface::BlockErrorResponse.