hexToBigInt
hexToBigInt(
hex
,opts
?):bigint
Decodes a hex value into a bigint.
Parameters
• hex: `0x${string}`
Hex value to decode.
• opts?: HexToBigIntOpts
Options.
Returns
bigint
BigInt value.
Examples
Source
node_modules/.pnpm/viem@2.8.18_typescript@5.4.5_zod@3.23.8/node_modules/viem/_types/utils/encoding/fromHex.d.ts:74