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