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
The ABI currenlty only specifies parameters and not the return types from the functions. This is not a big problem as we use the "return" parameter to denote the output. Assuming there are no other parameters named "return" this is safe.
Solution
We can add another field in the ABI Parameter field called "return" and put the return type there instead.
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered:
Problem
The ABI currenlty only specifies parameters and not the return types from the functions. This is not a big problem as we use the "return" parameter to denote the output. Assuming there are no other parameters named "return" this is safe.
Solution
We can add another field in the ABI Parameter field called "return" and put the return type there instead.
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: