UNPKG

@getclave/lifi-sdk

Version:

LI.FI Any-to-Any Cross-Chain-Swap SDK

6 lines 217 B
import type { Client } from 'viem'; export declare function isBatchingSupported({ client, chainId, }: { client?: Client; chainId: number; }): Promise<boolean>; //# sourceMappingURL=isBatchingSupported.d.ts.map