hexToUint8Array
hexToUint8Array(
hex):Uint8Array<ArrayBuffer>
Defined in: utils/helper.ts:102
Converts a hex string to Uint8Array (accepts with or without 0x prefix)
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Uint8Array<ArrayBuffer>