@ethereumjs/util / hexToBytes
hexToBytes(
hex):Uint8Array
Defined in: packages/util/src/bytes.ts:26
Converts a PrefixedHexString to a Uint8Array
`0x${string}`
The 0x-prefixed hex string to convert
Uint8Array
The converted bytes
If the input is not a valid 0x-prefixed hex string