Right now, the abigen-generated Go methods don't create/export the output types used for the functions, which makes it quite complex to use in a general way. The following is an example of how it looks now:
Ideally, instead of putting the return type right in the return for the function, it would be great that a proper type gets created & exported like this:
Right now, the abigen-generated Go methods don't create/export the output types used for the functions, which makes it quite complex to use in a general way. The following is an example of how it looks now:
Ideally, instead of putting the return type right in the return for the function, it would be great that a proper type gets created & exported like this: