
* Deprecate AEVM * Fix test, changelog * Restore old rebar * rebar lock fix * undo export Co-authored-by: Gaith Hallak <gaithhallak@gmail.com> * undo export Co-authored-by: Gaith Hallak <gaithhallak@gmail.com> * Solve GH suggestions * Fix the docs * update docs * Remove unused tests * undo weird change Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
contract UnappliedNamedArgBuiltin =
|
|
stateful entrypoint main_fun(s) =
|
|
let reg = Oracle.register
|
|
reg(signature = s, Contract.address, 100, RelativeTTL(100)) : oracle(int, int)
|