deadalus-labs / deadalus-contracts

0 stars 0 forks source link

Create TimeOracle Contract #14

Open web3technologies opened 7 months ago

web3technologies commented 7 months ago

A TimeOracle must be used to get the correct unix time so it can be used to calculate by the get_controller function.

Two function are needed:

  1. set_time()
  2. get_time()
linear[bot] commented 7 months ago
STK-27 Create TimeOracle Contract

A TimeOracle must be used to get the correct unix time so it can be used to calculate by the get_controller function. Two function are needed: 1. set_time() 2. get_time()