#include "transaction.hpp"


Public Types | |
| using | CommandsType = boost::any_range< Command, boost::random_access_traversal_tag, const Command & > |
| Type of ordered collection of commands. More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< Transaction > | |
| using | ModelType = Transaction |
Public Types inherited from Cloneable< Transaction > | |
| using | base_type = Transaction |
Public Member Functions | |
| virtual const types::AccountIdType & | creatorAccountId () const =0 |
| virtual types::QuorumType | quorum () const =0 |
| virtual CommandsType | commands () const =0 |
| virtual const types::BlobType & | reducedPayload () const =0 |
| virtual const types::HashType & | reducedHash () const =0 |
| virtual std::unique_ptr< Transaction > | moveTo ()=0 |
| virtual std::optional< std::shared_ptr< BatchMeta > > | batchMeta () const =0 |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::interface::Signable< Transaction > | |
| 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 Transaction &rhs) const override |
| bool | equalsByValue (const Transaction &rhs) const |
| virtual const types::HashType & | hash () const=0 |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Transaction > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Public Member Functions inherited from Cloneable< Transaction > | |
| virtual | ~Cloneable ()=default |
Additional Inherited Members | |
Protected Types inherited from shared_model::interface::Signable< Transaction > | |
| using | SignatureSetType = std::unordered_set< T, SignatureSetTypeOps, SignatureSetTypeOps > |
Protected Member Functions inherited from Cloneable< Transaction > | |
| virtual Transaction * | clone () const=0 |
Static Protected Member Functions inherited from shared_model::interface::Signable< Transaction > | |
| static auto | makeHash (const types::BlobType &payload) |
Transaction class represent well-formed intent from client to change state of ledger.
| using shared_model::interface::Transaction::CommandsType = boost::any_range<Command, boost::random_access_traversal_tag, const Command &> |
Type of ordered collection of commands.
|
pure virtual |
|
pure virtual |
Implemented in shared_model::proto::Transaction.

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

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

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

|
pure virtual |
Implemented in shared_model::proto::Transaction.
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< Transaction >.

