UNPKG

@getclave/lifi-sdk

Version:

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

8 lines 322 B
import type { Client } from 'viem'; /** * Get an instance of a provider for a specific chain * @param chainId - Id of the chain the provider is for * @returns The public client for the given chain */ export declare const getPublicClient: (chainId: number) => Promise<Client>; //# sourceMappingURL=publicClient.d.ts.map