Telos

ascensionuyo

컨트랙트

  • station의 테이블 행 유형

    {
      "name": "station",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "name"
        },
        {
          "name": "owner",
          "type": "string"
        },
        {
          "name": "latitude",
          "type": "float32"
        },
        {
          "name": "longitude",
          "type": "float32"
        },
        {
          "name": "elevation",
          "type": "float32"
        },
        {
          "name": "missing",
          "type": "float32"
        },
        {
          "name": "reward_increment",
          "type": "float32"
        },
        {
          "name": "launch_window_hrs",
          "type": "uint8"
        },
        {
          "name": "launch_freq_hrs",
          "type": "uint8"
        }
      ]
    }