web3-utilsFunctionshexToNumberhexToNumber CallablehexToNumber(value: string): number | bigintConverts value to it's number representation@exampleconoslle.log(web3.utils.hexToNumber('0xa'));> 10Parametersvalue: stringHex string to be convertedReturns number | bigintThe number representation of the input value
Converts value to it's number representation