An account with its corresponding private key. Viem does not allow private keys to be accessible from an account

interface AccountWithPrivateKey {
    account: Account;
    privateKey: string;
}

Properties

Properties

account: Account
privateKey: string