Creates a wallet based on the provided ID and arguments.
import { createWallet } from "thirdweb/wallets"; const metamaskWallet = createWallet("io.metamask"); const account = await metamaskWallet.connect({ client,});
The created wallet.