UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

5 lines (4 loc) 236 B
import type { ExtendedChain } from '@lifi/sdk'; import type { Chain } from 'viem'; export declare const convertExtendedChain: (chain: ExtendedChain) => Chain; export declare function isExtendedChain(chain: any): chain is ExtendedChain;