Telos

dclimateiot2

Contract

  • Table row type of station

    {
      "name": "station",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "name"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "latitude",
          "type": "float32"
        },
        {
          "name": "longitude",
          "type": "float32"
        },
        {
          "name": "elevation",
          "type": "float32"
        },
        {
          "name": "missing",
          "type": "float32"
        },
        {
          "name": "last_reward",
          "type": "uint64"
        },
        {
          "name": "seconds_to_reward",
          "type": "uint16"
        }
      ]
    }