web3-utilsFunctionshexToAsciihexToAscii CallablehexToAscii(str: string): stringShould be called to get ascii from it's hex representation@exampleconsole.log(web3.utils.hexToAscii('0x48656c6c6f20576f726c64'));> Hello WorldParametersstr: stringHex string to be converted to asciiReturns stringAscii string
Should be called to get ascii from it's hex representation