6 #ifndef IROHA_SHARED_MODEL_GET_ACCOUNT_ASSET_TRANSACTIONS_HPP 7 #define IROHA_SHARED_MODEL_GET_ACCOUNT_ASSET_TRANSACTIONS_HPP 16 class TxPaginationMeta;
36 std::string
toString()
const override;
44 #endif // IROHA_SHARED_MODEL_GET_ACCOUNT_ASSET_TRANSACTIONS_HPP std::string toString() const override
Definition: get_account_asset_transactions.cpp:13
virtual const types::AccountIdType & assetId() const =0
GetAccountAssetTransactions ModelType
Definition: model_primitive.hpp:27
Definition: get_account_asset_transactions.hpp:21
bool operator==(const ModelType &rhs) const override
Definition: get_account_asset_transactions.cpp:22
virtual const TxPaginationMeta & paginationMeta() const =0
Get the query pagination metadata.
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