6 #ifndef IROHA_SHARED_MODEL_GET_TRANSACTIONS_HPP 7 #define IROHA_SHARED_MODEL_GET_TRANSACTIONS_HPP 24 std::string
toString()
const override;
31 #endif // IROHA_SHARED_MODEL_GET_TRANSACTIONS_HPP Definition: get_transactions.hpp:14
GetTransactions ModelType
Definition: model_primitive.hpp:27
std::string toString() const override
Definition: get_transactions.cpp:14
virtual const TransactionHashesType & transactionHashes() const =0
std::vector< interface::types::HashType > TransactionHashesType
type of hashes collection
Definition: get_transactions.hpp:17
bool operator==(const ModelType &rhs) const override
Definition: get_transactions.cpp:21
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:12