Creates a wallet that allows connecting to any wallet that supports the WalletConnect protocol.
import { walletConnect } from "thirdweb/wallets"; const wallet = walletConnect(); const account = await wallet.connect({ client,});
function walletConnect(): Wallet<"walletConnect">;
let returnType: Wallet<"walletConnect">;
The created smart wallet.