Skip to content
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

Rich contracts V2 - structs #321

Open
rossneilson opened this issue Mar 20, 2023 · 1 comment
Open

Rich contracts V2 - structs #321

rossneilson opened this issue Mar 20, 2023 · 1 comment
Labels
Action Builder Related to the action builder app:Frontend

Comments

@rossneilson
Copy link
Contributor

In solidity we can pass tuples or structs as parameters so we need to support this in rich contracts.
This can be very simple as we will just reuse the existing structure we use for inputs but inside an object instead of as individual parameters.

Example: https://etherscan.io/address/0xe592427a0aece92de3edee1f18e0157c05861564#code

Also important to ensure we can reference variables inside the structs in action summaries

@rossneilson
Copy link
Contributor Author

Similar to calldata type, just no function signature

@rossneilson rossneilson moved this to Backlog in Sprints Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Builder Related to the action builder app:Frontend
Projects
Status: Backlog
Development

No branches or pull requests

1 participant