#include "proto_blocks_query.hpp"


Public Types | |
| using | TransportType = iroha::protocol::BlocksQuery |
Public Types inherited from shared_model::interface::ModelPrimitive< BlocksQuery > | |
| using | ModelType = BlocksQuery |
Public Member Functions | |
| BlocksQuery (const TransportType &query) | |
| BlocksQuery (TransportType &&query) | |
| const interface::types::AccountIdType & | creatorAccountId () const override |
| interface::types::CounterType | queryCounter () const override |
| const interface::types::BlobType & | blob () const override |
| const interface::types::BlobType & | payload () const override |
| interface::types::SignatureRangeType | signatures () const override |
| bool | addSignature (interface::types::SignedHexStringView signed_blob, interface::types::PublicKeyHexStringView public_key) override |
| const interface::types::HashType & | hash () const override |
| interface::types::TimestampType | createdTime () const override |
| const TransportType & | getTransport () const |
Public Member Functions inherited from shared_model::interface::BlocksQuery | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::Signable< BlocksQuery > | |
| virtual bool | addSignature (types::SignedHexStringView signed_blob, types::PublicKeyHexStringView public_key)=0 |
| bool | operator== (const BlocksQuery &rhs) const override |
| bool | equalsByValue (const BlocksQuery &rhs) const |
| 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 | |
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) |
| using shared_model::proto::BlocksQuery::TransportType = iroha::protocol::BlocksQuery |
|
explicit |
|
explicit |

|
override |

|
overridevirtual |
Implements shared_model::interface::Signable< BlocksQuery >.
|
overridevirtual |
Implements shared_model::interface::Signable< BlocksQuery >.
|
overridevirtual |
Implements shared_model::interface::BlocksQuery.
| const BlocksQuery::TransportType & shared_model::proto::BlocksQuery::getTransport | ( | ) | const |
|
overridevirtual |
Implements shared_model::interface::Signable< BlocksQuery >.
|
overridevirtual |
Implements shared_model::interface::Signable< BlocksQuery >.
|
overridevirtual |
Query counter - incremental variable reflect for number of sent to system queries plus 1. Required for preventing replay attacks.
Implements shared_model::interface::BlocksQuery.
|
overridevirtual |
Implements shared_model::interface::Signable< BlocksQuery >.