UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

6 lines (5 loc) 395 B
import type { Connector as BigmiConnector } from '@bigmi/client'; import type { WalletWithRequiredFeatures } from '@mysten/wallet-standard'; import type { WalletAdapter } from '@solana/wallet-adapter-base'; import type { Connector } from 'wagmi'; export declare const getConnectorIcon: (connector?: Connector | WalletAdapter | BigmiConnector | WalletWithRequiredFeatures) => string | undefined;