RealitioInterface
Events
LogNewAnswer
event LogNewAnswer(bytes32 answer, bytes32 question_id, bytes32 history_hash, address user, uint256 bond, uint256 ts, bool is_commitment)LogNewTemplate
event LogNewTemplate(uint256 template_id, address user, string question_text)LogNewQuestion
event LogNewQuestion(bytes32 question_id, address user, uint256 template_id, string question, bytes32 content_hash, address arbitrator, uint32 timeout, uint32 opening_ts, uint256 nonce, uint256 created)Functions
notifyOfArbitrationRequest
function notifyOfArbitrationRequest(bytes32 question_id, address requester, uint256 max_previous) externalName
Type
Description
cancelArbitration
Name
Type
Description
assignWinnerAndSubmitAnswerByArbitrator
Name
Type
Description
Last updated