Add Oracle.expiry

This commit is contained in:
Hans Svensson
2020-02-03 12:24:27 +01:00
parent 760d2841d1
commit db01e237c1
5 changed files with 11 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ contract UnappliedBuiltins =
function b_abort() = abort
function b_require() = require
function oracle_query_fee() = Oracle.query_fee
function oracle_expiry() = Oracle.expiry
stateful function oracle_query() = Oracle.query : (o, _, _, _, _) => _
function oracle_get_question() = Oracle.get_question : (o, _) => _
function oracle_get_answer() = Oracle.get_answer : (o, _) => _