FunctionhexToUint8Array

  • Converts a hexadecimal string to a Uint8Array.

    Arguments

    • hex_string - The hexadecimal string to convert.

    Returns

    A Uint8Array containing the converted value.

    Parameters

    • hex_string: string

    Returns Uint8Array