Function byteArrayJsonDeserializer

  • Deserializes a hexadecimal string into a Uint8Array.

    Returns

    The decoded Uint8Array corresponding to the hexadecimal string.

    Parameters

    • str: string

      The base-16 encoded string to be deserialized.

    Returns Uint8Array

Generated using TypeDoc