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

update udapp with nested structs example #2774

Merged
merged 1 commit into from
Apr 27, 2020
Merged

update udapp with nested structs example #2774

merged 1 commit into from
Apr 27, 2020

Conversation

ryestew
Copy link
Collaborator

@ryestew ryestew commented Apr 24, 2020

This PR includes the information contained in KevinSmall's PR #2665 and expands on it a bit.

@ryestew ryestew requested a review from LianaHus April 24, 2020 21:13
docs/udapp.md Outdated
@@ -79,9 +79,61 @@ Please note the following:
Please see the [solidity docs](https://solidity.readthedocs.io/en/latest/contracts.html#receive-ether-function ) for more specifics about using the **fallback** and **receive** functions.

### Passing in a tuple or a struct to a function
To pass a tuple in, you need to put in an an array [].
To pass a tuple in, you need to put in an array [].
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have 2 spaces here ;)

Copy link
Collaborator Author

@ryestew ryestew Apr 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci! 🔎

@ryestew ryestew merged commit bd0dabb into master Apr 27, 2020
@ryestew ryestew deleted the structDoc branch April 27, 2020 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants