Converts a hexadecimal string to a Uint8Array.
hex_string
A Uint8Array containing the converted value.
Converts a hexadecimal string to a Uint8Array.
Arguments
hex_string
- The hexadecimal string to convert.Returns
A Uint8Array containing the converted value.