6 #ifndef IROHA_SHARED_MODEL_GET_ACCOUNT_TRANSACTIONS_HPP 7 #define IROHA_SHARED_MODEL_GET_ACCOUNT_TRANSACTIONS_HPP 16 class TxPaginationMeta;
32 std::string
toString()
const override;
39 #endif // IROHA_SHARED_MODEL_GET_ACCOUNT_TRANSACTIONS_HPP virtual const TxPaginationMeta & paginationMeta() const =0
Get the query pagination metadata.
bool operator==(const ModelType &rhs) const override
Definition: get_account_transactions.cpp:21
GetAccountTransactions ModelType
Definition: model_primitive.hpp:27
std::string toString() const override
Definition: get_account_transactions.cpp:13
Definition: get_account_transactions.hpp:21
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
virtual const types::AccountIdType & accountId() const =0
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:13