-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for arg names in return type #9415
Comments
@zhiqiangxu please provide steps to reproduce, and where to find the |
It actually looks like something with the sig you pass, this works OK
Please check your function sig and reopen with details to repro if still an issue. Thank you |
@grandizzy Sorry for the late response, it's deployed on sepolia, and can be reproduced with this command:
|
reopenening to investigate per above comment, it happens with array of structs (to be investigated if possible to fix, not sure how we should handle this) |
Needs to be fixed in |
Component
Cast
Describe the feature you would like
Currently
cast call
doesn't support arg names in the return type, so this works:(it's trying to fetch result from the findLatestGames method)
and this doesn't work(the only difference is: the return type also includes arg names):
It would be better and more consistent to support arg names in the return type.
Additional context
No response
The text was updated successfully, but these errors were encountered: