Deserializes a hexadecimal string into a Uint8Array.
Uint8Array
The decoded Uint8Array corresponding to the hexadecimal string.
The base-16 encoded string to be deserialized.
Generated using TypeDoc
Deserializes a hexadecimal string into a
Uint8Array
.Returns
The decoded
Uint8Array
corresponding to the hexadecimal string.