hyperledger / web3j-cli

Command-line interface for web3j
https://github.com/web3j/web3j-cli
Other
58 stars 29 forks source link

Not generating struct class files - Windows #68

Open degreste opened 3 years ago

degreste commented 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 ?

ShoaibKakal commented 2 years ago

I'm also facing this sort of issue. image

mohamedelshami commented 1 year ago

@ShoaibKakal we will investigate