• Encode a byte array as a hexidecimal string without '0x' prefix. Take a look at Bytes.toHexString for dealing with bytes and encoding/decoding.

    Parameters

    • array: Uint8Array

      The byte array to encode.

    Returns string