6 #ifndef IROHA_SHARED_MODEL_GET_ACCOUNT_ASSETS_HPP 7 #define IROHA_SHARED_MODEL_GET_ACCOUNT_ASSETS_HPP 15 class AssetPaginationMeta;
29 virtual std::optional<
30 std::reference_wrapper<const interface::AssetPaginationMeta>>
33 std::string
toString()
const override;
40 #endif // IROHA_SHARED_MODEL_GET_ACCOUNT_ASSETS_HPP virtual const types::AccountIdType & accountId() const =0
GetAccountAssets ModelType
Definition: model_primitive.hpp:27
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
bool operator==(const ModelType &rhs) const override
Definition: get_account_assets.cpp:23
virtual std::optional< std::reference_wrapper< const interface::AssetPaginationMeta > > paginationMeta() const =0
Get the query pagination metadata.
Definition: model_primitive.hpp:22
std::string toString() const override
Definition: get_account_assets.cpp:13
Definition: command_executor.hpp:12
Definition: get_account_assets.hpp:20