Get an Account object from a private key.
Account
import { privateKeyAccount } from "thirdweb/wallets"; const wallet = privateKeyAccount({ client, privateKey: "...",});
The Account object that represents the private key