#include "proto_block_query_response.hpp"


Classes | |
| struct | Impl |
Public Types | |
| using | TransportType = iroha::protocol::BlockQueryResponse |
Public Types inherited from shared_model::interface::BlockQueryResponse | |
| using | QueryResponseVariantType = w< BlockResponse, BlockErrorResponse > |
| Type of container with all concrete query response. More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< BlockQueryResponse > | |
| using | ModelType = BlockQueryResponse |
Public Member Functions | |
| BlockQueryResponse (TransportType &&block_query_response) | |
| ~BlockQueryResponse () override | |
| const QueryResponseVariantType & | get () const override |
| const TransportType & | getTransport () const |
Public Member Functions inherited from shared_model::interface::BlockQueryResponse | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BlockQueryResponse > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
| using shared_model::proto::BlockQueryResponse::TransportType = iroha::protocol::BlockQueryResponse |
|
explicit |

|
overridedefault |

|
overridevirtual |
Implements shared_model::interface::BlockQueryResponse.
| const BlockQueryResponse::TransportType & shared_model::proto::BlockQueryResponse::getTransport | ( | ) | const |