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