hexToBytes
hexToBytes(
hex_
,opts
?):ByteArray
Encodes a hex string into a byte array.
Parameters
• hex_: `0x${string}`
• opts?: HexToBytesOpts
Options.
Returns
ByteArray
Byte array value.
Examples
Source
node_modules/.pnpm/viem@2.8.18_typescript@5.4.5_zod@3.23.8/node_modules/viem/_types/utils/encoding/toBytes.d.ts:87