toBytes
toBytes(
value
,opts
?):ByteArray
Encodes a UTF-8 string, hex value, bigint, number or boolean to a byte array.
Parameters
• value: string
| number
| bigint
| boolean
Value to encode.
• opts?: ToBytesParameters
Options.
Returns
ByteArray
Byte array value.
Examples
Source
node_modules/.pnpm/viem@2.13.6_bufferutil@4.0.8_typescript@5.4.5_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_types/utils/encoding/toBytes.d.ts:37