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