Guest User

Untitled

a guest
Jan 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function recordTickerData(bytes8 symbol, uint high, uint low, uint close)
  2. onlyOracle
  3. returns(bool success)
  4. {
  5. // store the data
  6. // possibly react to the data
  7. return true;
  8. }
  9.  
  10. if(AugurQuestion(123).isDecided and isTrue) then ... do stuff.
Add Comment
Please, Sign In to add comment