/** * The argument object for {@link AssetApi.getAssetTransfersPerAccount} * * * @category args */ export interface GetAssetTransfersPerAccountArgs { accountId: string; firstIndex?: number; lastIndex?: number; }