#include "batch_meta.hpp"


Public Member Functions | |
| BatchMeta (iroha::protocol::Transaction::Payload::BatchMeta &batch_meta) | |
| interface::types::BatchType | type () const override |
| const ReducedHashesType & | reducedHashes () const override |
Public Member Functions inherited from shared_model::interface::BatchMeta | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< BatchMeta > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::BatchMeta | |
| using | ReducedHashesType = std::vector< interface::types::HashType > |
| type of hashes collection More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< BatchMeta > | |
| using | ModelType = BatchMeta |
|
inlineexplicit |

|
inlineoverridevirtual |
Implements shared_model::interface::BatchMeta.
|
inlineoverridevirtual |
Implements shared_model::interface::BatchMeta.