{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "coordinates",
"base": "",
"fields": [
{
"name": "unix_time",
"type": "uint64"
},
{
"name": "latitude_deg",
"type": "float64"
},
{
"name": "longitude_deg",
"type": "float64"
},
{
"name": "elevation_gps_m",
"type": "uint64"
}
]
},
{
"name": "flags",
"base": "",
"fields": [
{
"name": "bit_number",
"type": "uint64"
},
{
"name": "description",
"type": "string"
}
]
},
{
"name": "launches",
"base": "",
"fields": [
{
"name": "launch_id",
"type": "name"
},
{
"name": "launch_time_s",
"type": "uint64"
},
{
"name": "surf_pressure",
"type": "float32"
},
{
"name": "miner",
"type": "name"
},
{
"name": "assistant",
"type": "name"
},
{
"name": "device_type",
"type": "string"
},
{
"name": "wxcondition",
"type": "string"
},
{
"name": "if_released",
"type": "bool"
},
{
"name": "station_temperature_c",
"type": "float32"
},
{
"name": "station_humidity_percent",
"type": "float32"
},
{
"name": "lowest_pressure",
"type": "float32"
},
{
"name": "max_gps_height_m",
"type": "uint16"
},
{
"name": "flight_duration_s",
"type": "uint16"
},
{
"name": "last_known_lat",
"type": "float32"
},
{
"name": "last_known_lon",
"type": "float32"
},
{
"name": "last_known_elev",
"type": "float32"
},
{
"name": "wx12hrcondition",
"type": "string"
}
]
},
{
"name": "observations",
"base": "",
"fields": [
{
"name": "unix_time",
"type": "uint64"
},
{
"name": "pressure_hpa",
"type": "float32"
},
{
"name": "elevation2_m",
"type": "uint64"
},
{
"name": "temperature_c",
"type": "float32"
},
{
"name": "humidity_percent",
"type": "float32"
},
{
"name": "dewpoint_c",
"type": "float32"
},
{
"name": "virt_temperature_c",
"type": "float32"
},
{
"name": "wind_dir_deg",
"type": "float32"
},
{
"name": "wind_spd_ms",
"type": "float32"
},
{
"name": "flags",
"type": "uint8"
}
]
},
{
"name": "pushdata",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "unix_time",
"type": "uint64"
},
{
"name": "pressure_hpa",
"type": "float32"
},
{
"name": "temperature_c",
"type": "float32"
},
{
"name": "humidity_percent",
"type": "float32"
},
{
"name": "latitude_deg",
"type": "float64"
},
{
"name": "longitude_deg",
"type": "float64"
},
{
"name": "elevation_gps_m",
"type": "uint16"
},
{
"name": "device_flags",
"type": "uint8"
}
]
},
{
"name": "removeobs",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "unix_time_start",
"type": "uint64"
},
{
"name": "unix_time_end",
"type": "uint64"
}
]
},
{
"name": "rewards",
"base": "",
"fields": [
{
"name": "token_contract",
"type": "name"
},
{
"name": "usd_denominated",
"type": "bool"
},
{
"name": "amount_per_mb",
"type": "float32"
},
{
"name": "symbol_letters",
"type": "string"
},
{
"name": "precision",
"type": "uint8"
}
]
},
{
"name": "rmstation",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
}
]
},
{
"name": "setflag",
"base": "",
"fields": [
{
"name": "bit_number",
"type": "uint64"
},
{
"name": "description",
"type": "string"
}
]
},
{
"name": "setground",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "devname",
"type": "name"
}
]
},
{
"name": "setstation",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "owner",
"type": "string"
},
{
"name": "latitude",
"type": "float32"
},
{
"name": "longitude",
"type": "float32"
},
{
"name": "elevation",
"type": "float32"
},
{
"name": "missing",
"type": "float32"
}
]
},
{
"name": "settimeslots",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "first_start_time",
"type": "uint64"
},
{
"name": "launch_freq_hrs",
"type": "uint8"
},
{
"name": "launch_window_hrs",
"type": "uint8"
}
]
},
{
"name": "settwelvehr",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "launch_id",
"type": "name"
},
{
"name": "miner",
"type": "name"
},
{
"name": "wx12hrcondition",
"type": "string"
}
]
},
{
"name": "stations",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "ground_station",
"type": "name"
},
{
"name": "owner",
"type": "string"
},
{
"name": "latitude",
"type": "float32"
},
{
"name": "longitude",
"type": "float32"
},
{
"name": "elevation_m",
"type": "float32"
},
{
"name": "missing_value",
"type": "float32"
},
{
"name": "launch_window_hrs",
"type": "uint8"
},
{
"name": "launch_freq_hrs",
"type": "uint8"
},
{
"name": "last_window_confirm",
"type": "uint64"
},
{
"name": "most_recent_launch",
"type": "name"
}
]
},
{
"name": "websetlaunch",
"base": "",
"fields": [
{
"name": "station_id",
"type": "name"
},
{
"name": "launch_id",
"type": "name"
},
{
"name": "miner",
"type": "name"
},
{
"name": "surf_pressure",
"type": "float32"
},
{
"name": "device_type",
"type": "string"
},
{
"name": "wxcondition",
"type": "string"
}
]
}
],
"actions": [
{
"name": "pushdata",
"type": "pushdata",
"ricardian_contract": ""
},
{
"name": "removeobs",
"type": "removeobs",
"ricardian_contract": ""
},
{
"name": "rmstation",
"type": "rmstation",
"ricardian_contract": ""
},
{
"name": "setflag",
"type": "setflag",
"ricardian_contract": ""
},
{
"name": "setground",
"type": "setground",
"ricardian_contract": ""
},
{
"name": "setstation",
"type": "setstation",
"ricardian_contract": ""
},
{
"name": "settimeslots",
"type": "settimeslots",
"ricardian_contract": ""
},
{
"name": "settwelvehr",
"type": "settwelvehr",
"ricardian_contract": ""
},
{
"name": "websetlaunch",
"type": "websetlaunch",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "coordinates",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "coordinates"
},
{
"name": "flags",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "flags"
},
{
"name": "launches",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "launches"
},
{
"name": "observations",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "observations"
},
{
"name": "rewards",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "rewards"
},
{
"name": "stations",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "stations"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}