6 #ifndef IROHA_PROTO_GET_ACCOUNT_ASSETS_H 7 #define IROHA_PROTO_GET_ACCOUNT_ASSETS_H 13 #include "queries.pb.h" 24 std::reference_wrapper<const interface::AssetPaginationMeta>>
30 const iroha::protocol::GetAccountAssets &account_assets_;
31 const std::optional<const AssetPaginationMeta> pagination_meta_;
36 #endif // IROHA_PROTO_GET_ACCOUNT_ASSETS_H Definition: proto_get_account_assets.hpp:17
const interface::types::AccountIdType & accountId() const override
Definition: proto_get_account_assets.cpp:23
std::optional< std::reference_wrapper< const interface::AssetPaginationMeta > > paginationMeta() const override
Get the query pagination metadata.
Definition: proto_get_account_assets.cpp:28
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
GetAccountAssets(iroha::protocol::Query &query)
Definition: proto_get_account_assets.cpp:11
Definition: command_executor.hpp:12
Definition: get_account_assets.hpp:20