| Field | Optional/Required | Type | Description |
|---|---|---|---|
| isInstalledOnBrowser | boolean | Is this wallet installed via a browser extension | |
| key | string | Normalization of the wallet name | |
| name | string | The name of the given wallet | |
| walletConnector | WalletConnector | The wallet connector interface for the given wallet | |
| group | Optional | string | The wallet which can connect to multiple chains, not present if the wallet is not multi-chain compatible, or if multiple chains are not enabled |
| groupedWallets | Optional | WalletOption[] | Where a wallet supports multiple chains, this array contains t |
WalletOption
A WalletOption type is used to represent a wallet option in the wallet selection modal. This is as opposed to a Wallet type, which is used to represent a wallet that is currently connected.
Previous
WalletConnectConnectorThis is Dynamic's WalletConnect connector over the basic wallet interface. This can be used to interact with the users WalletConnect wallets. It has all methods available in the [WalletConnector](https://dynamic.xyz/docs/react-sdk/objects/walletconnector) and some additional method specific to WalletConnect wallets.
Next