Vaulta

eprediction1

Contract

  • Table row type of markets

    {
      "name": "market",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "up_pool",
          "type": "asset"
        },
        {
          "name": "down_pool",
          "type": "asset"
        },
        {
          "name": "locked_price",
          "type": "float64"
        },
        {
          "name": "closed_price",
          "type": "float64"
        },
        {
          "name": "start",
          "type": "time_point_sec"
        },
        {
          "name": "end",
          "type": "time_point_sec"
        }
      ]
    }