Creates an in-app wallet.
import { inAppWallet } from "thirdweb/wallets"; const wallet = inAppWallet(); const account = await wallet.connect({ client, chain, strategy: "google",});
The created in-app wallet.