• Converts an array of bytes to a hexadecimal string.

    Returns

    The hexadecimal string representation of the bytes.

    Parameters

    • bytes: any[]

      The array of bytes to convert.

    Returns any

Generated using TypeDoc