web3-utilsFunctionshexToUtf8hexToUtf8 CallablehexToUtf8(str: string): stringShould be called to get utf8 from it's hex representation@exampleconsole.log(web3.utils.hexToUtf8('0x48656c6c6f20576f726c64'));> Hello WorldParametersstr: stringHex string to be convertedReturns stringUtf8 string
Should be called to get utf8 from it's hex representation