LocalWalletSource
LocalWalletSource =
object
A discovery source for wallets the browser already has.
Each source owns its wallets: useProviderPairing routes a clicked wallet back to the
source whose wallets contains it. konekt-ui/wallet-standard supplies Solana extensions and
konekt-ui/cosmos supplies Keplr-API extensions; an app can add its own source for anything
else. What happens after connect — accounts, signing, disconnects — stays with the source
owner, not with the modal.
Properties
Section titled “Properties”connect
Section titled “connect”connect: (
wallet) =>void
Connects one of wallets.
Parameters
Section titled “Parameters”wallet
Section titled “wallet”Returns
Section titled “Returns”void
connected
Section titled “connected”connected:
boolean
Whether this source currently has a connected wallet. Closes the modal when it turns true.
wallets
Section titled “wallets”wallets: readonly
LocalWallet[]
Wallets this source discovered.