fromHex
fromHex<
to
>(hex
,toOrOpts
):FromHexReturnType
<to
>
Decodes a hex string into a string, number, bigint, boolean, or byte array.
Type Parameters
• to extends "string"
| "number"
| "bigint"
| "boolean"
| "bytes"
Parameters
• hex: `0x${string}`
Hex string to decode.
• toOrOpts: FromHexParameters
<to
>
Type to convert to or options.
Returns
FromHexReturnType
<to
>
Decoded value.
Examples
Defined in
node_modules/.pnpm/viem@2.21.1_bufferutil@4.0.8_typescript@5.6.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_types/utils/encoding/fromHex.d.ts:47