Nado Typescript SDK Documentation
    Preparing search index...

    Interface AccountWithPrivateKey

    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;
    }
    Index

    Properties

    Properties

    account: Account
    privateKey: string