Deserializes a hexadecimal string into a Uint8Array, but only if the value is not undefined.
Uint8Array
undefined
The decoded Uint8Array corresponding to the hexadecimal string, or undefined if input is undefined.
The base-16 encoded string to be deserialized (or undefined).
Generated using TypeDoc
Deserializes a hexadecimal string into a
Uint8Array
, but only if the value is notundefined
.Returns
The decoded
Uint8Array
corresponding to the hexadecimal string, orundefined
if input isundefined
.