Vaulta

oracle.ob

Contract

  • Table row type of price

    {
      "name": "price",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "last_price",
          "type": "float64"
        },
        {
          "name": "price",
          "type": "float64"
        },
        {
          "name": "update_time",
          "type": "time_point_sec"
        }
      ]
    }