UNPKG

@openocean.finance/wallet-management

Version:

Openocean Wallet Management solution.

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