#include "get_transactions.hpp"


Public Types | |
| using | TransactionHashesType = std::vector< interface::types::HashType > |
| type of hashes collection More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< GetTransactions > | |
| using | ModelType = GetTransactions |
Public Member Functions | |
| virtual const TransactionHashesType & | transactionHashes () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< GetTransactions > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
| using shared_model::interface::GetTransactions::TransactionHashesType = std::vector<interface::types::HashType> |
type of hashes collection
|
override |

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

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