Creates a smart wallet.
import { smartWallet } from "thirdweb/wallets"; const wallet = smartWallet({ chain: sepolia, gasless: true,}); const account = await wallet.connect({ client, personalAccount: account,});
The created smart wallet.