IDecidable
Functions
decide
Decide an outcome. Only callable by the oracle!
function decide(bytes8 outcome) external;
Parameters
Name | Type | Description |
---|---|---|
outcome | bytes8 | to set as the winner. |
escape
Escape an indeterminate/inconclusive campaign, where an associated contract needs to do something.
function escape() external;