/** * Original work Copyright (c) 2022 Signum Network */ import { ChainService } from '../../../service'; import { AssetTransferList } from '../../../typings/assetTransferList'; import { GetAssetTransfersArgs } from '../../../typings/args'; /** * Use with {@link ApiComposer} and belongs to {@link AssetApi}. * * See details at {@link AssetApi.getAssetTransfers} * * @category factories */ export declare const getAssetTransfers: (service: ChainService) => (args: GetAssetTransfersArgs) => Promise;