UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

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