I am trying to get an array of structures from my solidity to front end(web.js) file. But I got an error. Can anyone help me to solve this.
Apr 30, 2020, 11:53 AM
you need to use the "pragma experimental ABIEncoderV2;" . It is still experimental
Apr 30, 2020, 11:54 AM
yes I have used that
other wise we will get the error in while compiling it right.
Apr 30, 2020, 11:55 AM
looked into this and unable to find a solution, does anyone else have ideas? The issue has been outstanding with web3.js but unclear if it has been fixed
Apr 30, 2020, 12:15 PM