Function: cleanHex()
cleanHex(
hex):string
Defined in: src/utils/num.ts:85
Remove hex-string leading zeroes and lowercase it
Parameters
hex
string
Returns
string
Example
cleanHex('0x00023AB'); // '0x23ab'
cleanHex(
hex):string
Defined in: src/utils/num.ts:85
Remove hex-string leading zeroes and lowercase it
string
string
cleanHex('0x00023AB'); // '0x23ab'