Crypto.com Defi Wallet
Prompt users to connect to their Defi wallet.
Usage
import { CryptoDefiWallet } from "@thirdweb-dev/wallets";
const wallet = new CryptoDefiWallet();
wallet.connect();
Configuration
Optionally, provide a configuration object when instantiating the CryptoDefiWallet
class.
projectId (recommended)
recommended (optional)
Methods
Inherits all the public methods from the AbstractClientWallet
class.