RealitioInterface
Events
LogNewAnswer
LogNewTemplate
LogNewQuestion
Functions
notifyOfArbitrationRequest
Notify the contract that the arbitrator has been paid for a question, freezing it pending their decision.
The arbitrator contract is trusted to only call this if they've been paid, and tell us who paid them.
Parameters
cancelArbitration
Cancel a previously-requested arbitration and extend the timeout
Useful when doing arbitration across chains that can't be requested atomically
Parameters
assignWinnerAndSubmitAnswerByArbitrator
Submit the answer for a question, for use by the arbitrator, working out the appropriate winner based on the last answer details.
Doesn't require (or allow) a bond.
Parameters
Last updated