Function bytesToHex

  • Convert a Uint8Array to a hexadecimal string.

    Returns

    The hexadecimal string.

    Parameters

    • bytes: Uint8Array

      The bytes to convert to a hexadecimal string.

    Returns Hex