UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

13 lines (11 loc) 415 B
import type { Connector as BigmiConnector } from '@bigmi/client' import type { Connector } from 'wagmi' import type { WalletTagType } from '../types/walletTagType.js' export interface WalletListItemButtonProps { ecosystemSelection?: boolean tagType?: WalletTagType onNotInstalled?(connector: Connector | BigmiConnector): void onConnected?(): void onConnecting?(): void onError?(error: unknown): void }