web3-utilsFunctionshexToNumberStringhexToNumberString CallablehexToNumberString(data: string): stringConverts value to it's decimal representation in string@exampleconsole.log(web3.utils.hexToNumberString('0xa'));> "10"Parametersdata: stringReturns stringThe decimal representation of the input value
Converts value to it's decimal representation in string