hyperledger-web3j / web3j-maven-plugin

web3j Maven plugin
Apache License 2.0
117 stars 83 forks source link

Please add a configuration option for SolidityFunctionWrapperGenerator :: .B, --generateBoth generate both call and send functions. #119

Open andras-ballai opened 11 months ago

andras-ballai commented 11 months ago

I've discovered a bug where function will only have return types generated if they are defined as view or pure in the main codegen. As far as I can tell that is an incorrect assumption, so I'd like to have a workaround.

The codegen does have an option that might help with my problem: -B, --generateBoth generate both call and send functions., however the maven plugin doesn't support it. Please add this configuration option.

Cheers, András