boolToHex
boolToHex(
value
,opts
?):Hex
Encodes a boolean into a hex string
Parameters
• value: boolean
Value to encode.
• opts?: BoolToHexOpts
Options.
Returns
Hex value.
Examples
Source
node_modules/.pnpm/viem@2.8.18_typescript@5.4.5_zod@3.23.8/node_modules/viem/_types/utils/encoding/toHex.d.ts:66