Converts a hex string to the equivalent bytes
hexToBytes('deadbeef') // Uint8Array(4) [ 222, 173, 190, 239 ] Copy
hexToBytes('deadbeef') // Uint8Array(4) [ 222, 173, 190, 239 ]
Generated using TypeDoc
Converts a hex string to the equivalent bytes