Open degreste opened 3 years ago
I am trying to generate a wrapper for the following contract : https://polygonscan.com/address/0x920f22e1e5da04504b765f8110ab96a20e6408bd#code
The web3j-cli generates the main java file that references classes RewardData and LockedBalance. However these two classes are not generated. Those classes correspond to struct in the contract.
I am using V1.4.1 of the client on Windows.
Can you please take a look ?
I'm also facing this sort of issue.
@ShoaibKakal we will investigate
I am trying to generate a wrapper for the following contract : https://polygonscan.com/address/0x920f22e1e5da04504b765f8110ab96a20e6408bd#code
The web3j-cli generates the main java file that references classes RewardData and LockedBalance. However these two classes are not generated. Those classes correspond to struct in the contract.
I am using V1.4.1 of the client on Windows.
Can you please take a look ?