PrivateKeyToAccountOptions

type PrivateKeyToAccountOptions = {
client: ThirdwebClient;
privateKey: string;
};