Function byteArrayJsonSerializer

  • Serializes a Uint8Array into a hexadecimal string.

    Returns

    A base-16 encoded string of the provided byte array.

    Parameters

    • bytes: Uint8Array

      The Uint8Array to be serialized.

    Returns string

Generated using TypeDoc