WalletPickerProps
WalletPickerProps =
Omit<HTMLAttributes<HTMLDivElement>,"onSelect"> &object
Defined in: packages/react/src/discovery.tsx:88
Type Declaration
Section titled “Type Declaration”emptyState?
Section titled “emptyState?”
optionalemptyState:ReactNode
onSelect()
Section titled “onSelect()”onSelect: (
wallet) =>void
Parameters
Section titled “Parameters”wallet
Section titled “wallet”Returns
Section titled “Returns”void
wallets
Section titled “wallets”wallets: readonly
DiscoveredWallet[]