/** * Copyright (c) 2023 Signum Network */ import { ChainService } from '../../../service'; import { AssetList } from '../../../typings/assetList'; import { GetAssetsByIssuerArgs } from '../../../typings/args'; /** * Use with {@link ApiComposer} and belongs to {@link AssetApi}. * * See details at {@link AssetApi.getAssetsByOwner} * * @category factories */ export declare const getAssetsByOwner: (service: ChainService) => (args: GetAssetsByIssuerArgs) => Promise;