Function generateNewAccount

  • Parameters

    Returns {
        accounts: Account[];
        configPrivateKey: string;
        encryptedSecretKey: string;
        rootKey: string;
        salt: string;
    }

    • accounts: Account[]
    • configPrivateKey: string

      A private key used to encrypt configuration data

    • encryptedSecretKey: string

      The encrypted secret key

    • rootKey: string

      The private key associated with the root of a BIP39 keychain

    • salt: string

      Used when generating app private keys, which encrypt app-specific data

Generated using TypeDoc