#include "block_response.hpp"


Public Member Functions | |
| virtual const Block & | block () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BlockResponse > | |
| 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< BlockResponse > | |
| using | ModelType = BlockResponse |
Provide response with block
|
pure virtual |
Implemented in shared_model::proto::BlockResponse, and shared_model::proto::GetBlockResponse.

|
override |

|
overridevirtual |
Stringify the data.
Reimplemented from shared_model::interface::ModelPrimitive< BlockResponse >.
