Set the contents of the Uint8Array from a hex encoded string
Symbol
Uint8Array.setFromHex
@param hex
The hex encoded string to decode into the array. The string must have an even number of characters, be valid hexadecimal characters and contain no whitespace.