Usage
Parameters
| Parameter | Type | Description |
|---|---|---|
walletProviderKey | string | The key identifying the wallet provider. Use getAvailableWalletsToConnect() to get available providers and their keys |
hardwareWalletVendor | HardwareWalletVendor | The hardware wallet vendor to check for. Currently 'ledger' |
client | DynamicClient (optional) | The Dynamic client instance. Only required when using multiple clients. |
Returns
boolean — true if the wallet provider declares support for the given hardware wallet vendor,
false otherwise.
Examples
Filter providers to Ledger-compatible ones
Connect with the first available Ledger provider
Related functions
- isHardwareWalletAccount - Check if a connected account came from a hardware wallet
- connectWithWalletProvider - Connect a wallet (supports
hardwareWalletVendor) - Hardware Wallet Support - Overview of hardware wallet support