Skip to content

Instantly share code, notes, and snippets.

@pedroduartecosta
Created June 20, 2019 16:51
Show Gist options
  • Save pedroduartecosta/38f9718b6a590b302121ea6b5874b039 to your computer and use it in GitHub Desktop.
Save pedroduartecosta/38f9718b6a590b302121ea6b5874b039 to your computer and use it in GitHub Desktop.
//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