UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

10 lines (8 loc) 244 B
import type { Connector } from 'wagmi' export interface WalletListItemButtonProps { ecosystemSelection?: boolean onNotInstalled?(connector: Connector): void onConnected?(): void onConnecting?(): void onError?(error: unknown): void }