-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Support receiving structs as arguments for external functions #1603
Comments
@chriseth isn't this fully supported via ABIEncoderV2? |
This is still pending, mostly because the stack representation of such types is not yet defined. |
This issue is almost one year old, and is still blocking. It makes it impossible to write interfaces with structs as input. Any idea when we can expect a fix ? |
@Amxx you can use structs if the implementing function is public instead of external:
|
Implemented in #6209 |
The text was updated successfully, but these errors were encountered: