#include "block.hpp"


Public Member Functions | |
| virtual types::HeightType | height () const =0 |
| virtual const types::HashType & | prevHash () const =0 |
| virtual types::TransactionsNumberType | txsNumber () const =0 |
| virtual types::TransactionsCollectionType | transactions () const =0 |
| virtual interface::types::HashCollectionType | rejected_transactions_hashes () const =0 |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::interface::Signable< Block > | |
| virtual types::SignatureRangeType | signatures () const=0 |
| virtual bool | addSignature (types::SignedHexStringView signed_blob, types::PublicKeyHexStringView public_key)=0 |
| virtual types::TimestampType | createdTime () const=0 |
| virtual const types::BlobType & | payload () const=0 |
| virtual const types::BlobType & | blob () const=0 |
| bool | operator== (const Block &rhs) const override |
| bool | equalsByValue (const Block &rhs) const |
| virtual const types::HashType & | hash () const=0 |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Block > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Public Member Functions inherited from Cloneable< Block > | |
| virtual | ~Cloneable ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< Block > | |
| using | ModelType = Block |
Public Types inherited from Cloneable< Block > | |
| using | base_type = Block |
Protected Types inherited from shared_model::interface::Signable< Block > | |
| using | SignatureSetType = std::unordered_set< T, SignatureSetTypeOps, SignatureSetTypeOps > |
Protected Member Functions inherited from Cloneable< Block > | |
| virtual Block * | clone () const=0 |
Static Protected Member Functions inherited from shared_model::interface::Signable< Block > | |
| static auto | makeHash (const types::BlobType &payload) |
|
pure virtual |
Implemented in shared_model::proto::Block.

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

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

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

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

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