#include "proposal.hpp"


Public Member Functions | |
| virtual types::TransactionsCollectionType | transactions () const =0 |
| virtual types::HeightType | height () const =0 |
| virtual types::TimestampType | createdTime () const =0 |
| bool | operator== (const Proposal &rhs) const override |
| virtual const types::BlobType & | blob () const =0 |
| virtual const types::HashType & | hash () const =0 |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Proposal > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< Proposal > | |
| using | ModelType = Proposal |
|
pure virtual |
|
pure virtual |
Implemented in shared_model::proto::Proposal.

|
pure virtual |
|
pure virtual |
Implemented in shared_model::proto::Proposal.

|
inlineoverridevirtual |
Implements shared_model::interface::ModelPrimitive< Proposal >.

|
inlineoverridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< Proposal >.

|
pure virtual |
Implemented in shared_model::proto::Proposal.
