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.
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