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
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:
crisog
changed the title
Abigen to create an output type for contract functions rather than declaring structs as return type
Abigen to create an output type for contract functions rather than declaring return type directly
May 1, 2024
crisog
changed the title
Abigen to create an output type for contract functions rather than declaring return type directly
abigen to create an output type for contract functions rather than declaring return type directly
May 1, 2024
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:
The text was updated successfully, but these errors were encountered: