formatHexDisplay
formatHexDisplay(
hex):`0x${string}`
Defined in: utils/helper.ts:120
Formats hex string with 0x prefix for display purposes
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”`0x${string}`
formatHexDisplay(
hex):`0x${string}`
Defined in: utils/helper.ts:120
Formats hex string with 0x prefix for display purposes
string
`0x${string}`