@ethereumjs/util
@ethereumjs/util / bigIntToHex
bigIntToHex(num): `0x${string}`
num
`0x${string}`
Defined in: packages/util/src/bytes.ts:352
Converts a bigint to a 0x prefixed hex string
0x
bigint
the bigint to convert