hey guys someone know how to convert to string value I get from contract for example I store in to contract bytes32 some string like 'BTC' and when I get it in frontend with web3 I get this "0x4254430000000000000000000000000000000000000000000000000000000000"
how to convert that to string
Nov 30, 2017, 9:54 PM
https://stackoverflow.com/questions/3745666/how-to-convert-from-hex-to-ascii-in-javascript
Nov 30, 2017, 10:04 PM