IDecidable

Git Source

Functions

decide

Decide an outcome. Only callable by the oracle!

function decide(bytes8 outcome) external;

Parameters

NameTypeDescription
outcomebytes8to set as the winner.

escape

Escape an indeterminate/inconclusive campaign, where an associated contract needs to do something.

function escape() external;