UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

4 lines (3 loc) 210 B
import type { ChainType } from '@lifi/sdk'; import type { WalletConnector } from '../types/walletConnector'; export declare const getConnectorId: (connector?: WalletConnector, chainType?: ChainType) => string;