Left Curve Software Stack
    Preparing search index...

    Function createAccountSalt

    • Given a username, and a key, create a salt to be used in the creation of a new account.

      Parameters

      • parameters: CreateAccountSaltParameters

        The parameters to create the user account salt.

        • key

          The key to create the account salt for.

        • keyHash

          The key hash to create the account salt for.

        • seed

          The seed to create the account salt for.

      Returns Uint8Array

      The salt to be used in the creation of a new user account.