No output, and it just appends null to the console message for some reason.
I tried poking around in SolidityFunctionWrapperGenerator and SolidityFunctionWrapper but nothing stood out to me as being amiss. Any pointers on how to get that to work would be great!
Hey folks, I'm hoping someone can help me with this. Basically trying to generate a Java contract class from the compiled JSON from Remix:
No output, and it just appends null to the console message for some reason.
I tried poking around in
SolidityFunctionWrapperGenerator
andSolidityFunctionWrapper
but nothing stood out to me as being amiss. Any pointers on how to get that to work would be great!