Generates a new account with a random private key.
import { generateAccount } from "thirdweb/wallets";const account = await generateAccount({ client });
function generateAccount( options: GenerateAccountOptions,): Promise<Account>;
The options for generating the account.
let options: GenerateAccountOptions;
let returnType: Promise<Account>;
A Thirdweb account.