Function getBytesSecretKey

  • Get the byte representation of a given secret key.

    Parameters

    • secretKey: string

      The secret key to get the bytes from.

    Returns Uint8Array

    a Uint8Array containing the bytes of the secret key.

    Throws

    if the secret key is not valid.

Generated using TypeDoc