Vaulta

oracle.ttr

Contract

  • Table row type of prices

    {
      "name": "st_price",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "current_price0",
          "type": "uint64"
        },
        {
          "name": "current_price1",
          "type": "uint64"
        },
        {
          "name": "twa_price0",
          "type": "uint64"
        },
        {
          "name": "twa_price1",
          "type": "uint64"
        },
        {
          "name": "last_updated",
          "type": "time_point_sec"
        }
      ]
    }