Skip to content

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.

connect: (wallet) => void

Connects one of wallets.

LocalWallet

void


connected: boolean

Whether this source currently has a connected wallet. Closes the modal when it turns true.


wallets: readonly LocalWallet[]

Wallets this source discovered.