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
web3.exceptions.ValidationError:
Could not identify the intended function with name `claimMessageHash`, positional argument(s) of type `(<class 'int'>, <class 'str'>, <class 'int'>, <class 'str'>)` and keyword argument(s) of type `{}`.
Found 1 function(s) with the name `claimMessageHash`: ['claimMessageHash(uint256,address,uint256,uint256)']
Function invocation failed due to no matching argument types.
An example error we saw in Moonstream Engine API:
Before:
Error:
After:
This is not an issue with the
moonworm generate-brownie
interfaces because I believebrownie
does the type coercion before making the web3 call.It would be useful if we did this ourselves in the generated classes for
moonworm generate
.The text was updated successfully, but these errors were encountered: