6 #ifndef IROHA_GET_ACCOUNT_ASSET_TRANSACTIONS_H 7 #define IROHA_GET_ACCOUNT_ASSET_TRANSACTIONS_H 12 #include "queries.pb.h" 30 const iroha::protocol::GetAccountAssetTransactions
31 &account_asset_transactions_;
38 #endif // IROHA_GET_ACCOUNT_ASSET_TRANSACTIONS_H const interface::TxPaginationMeta & paginationMeta() const override
Get the query pagination metadata.
Definition: proto_get_account_asset_transactions.cpp:32
Definition: get_account_asset_transactions.hpp:21
const interface::types::AccountIdType & accountId() const override
Definition: proto_get_account_asset_transactions.cpp:22
GetAccountAssetTransactions(iroha::protocol::Query &query)
Definition: proto_get_account_asset_transactions.cpp:13
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::types::AssetIdType & assetId() const override
Definition: proto_get_account_asset_transactions.cpp:26
Definition: command_executor.hpp:13
Definition: proto_get_account_asset_transactions.hpp:16
std::string AssetIdType
Type of asset id.
Definition: types.hpp:60