You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: