Created
June 20, 2019 16:51
-
-
Save pedroduartecosta/38f9718b6a590b302121ea6b5874b039 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//triggered when there's a consensus on the final result | |
event UpdatedRequest ( | |
uint id, | |
string urlToQuery, | |
string attributeToFetch, | |
string agreedValue | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment