#include "blocks_query.hpp"


Public Member Functions | |
| virtual const types::AccountIdType & | creatorAccountId () const =0 |
| virtual types::CounterType | queryCounter () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::Signable< BlocksQuery > | |
| 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 BlocksQuery &rhs) const override |
| bool | equalsByValue (const BlocksQuery &rhs) const |
| virtual const types::HashType & | hash () const=0 |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BlocksQuery > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< BlocksQuery > | |
| using | ModelType = BlocksQuery |
Protected Types inherited from shared_model::interface::Signable< BlocksQuery > | |
| using | SignatureSetType = std::unordered_set< T, SignatureSetTypeOps, SignatureSetTypeOps > |
Static Protected Member Functions inherited from shared_model::interface::Signable< BlocksQuery > | |
| static auto | makeHash (const types::BlobType &payload) |
Class BlocksQuery provides container with one of concrete query available in system. General note: this class is container for queries but not a base class.
|
pure virtual |
Implemented in shared_model::proto::BlocksQuery.

|
override |

|
pure virtual |
Query counter - incremental variable reflect for number of sent to system queries plus 1. Required for preventing replay attacks.
Implemented in shared_model::proto::BlocksQuery.

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