
此合约定义的数据结构。
abandonplot中的操作参数
{ "name": "abandonplot", "base": "", "fields": [ { "name": "plot_id", "type": "uint64" } ] }addcontrib中的操作参数
{ "name": "addcontrib", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "entity_id", "type": "uint64" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "bundle", "type": "cargo_item[]" } ] }-
{ "name": "addmodule", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "module_index", "type": "uint8" }, { "name": "module_ref", "type": "cargo_ref" }, { "name": "target_ref", "type": "cargo_ref?" } ] } -
{ "name": "addnexus", "base": "", "fields": [ { "name": "nexus_name", "type": "string" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] } -
{ "name": "addoracle", "base": "", "fields": [ { "name": "oracle_id", "type": "name" } ] } -
{ "name": "blend", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "inputs", "type": "cargo_item[]" } ] } -
{ "name": "builder_lane", "base": "", "fields": [ { "name": "slot_index", "type": "uint8" }, { "name": "speed", "type": "uint16" }, { "name": "drain", "type": "uint32" }, { "name": "output_pct", "type": "uint16" } ] } -
{ "name": "buildplot", "base": "", "fields": [ { "name": "builder_id", "type": "uint64" }, { "name": "plot_id", "type": "uint64" } ] } -
{ "name": "cancel", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "lane_key", "type": "uint8" }, { "name": "count", "type": "uint64" } ] } cancel 的操作返回类型
{ "name": "cancel_results", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "entity_type", "type": "name" }, { "name": "cancelled_count", "type": "uint8" }, { "name": "schedule_started", "type": "time_point?" }, { "name": "entitygroup", "type": "uint64?" }, { "name": "group_members", "type": "B_vector_entity_ref_E?" } ] }-
{ "name": "canceljob", "base": "", "fields": [ { "name": "job_id", "type": "uint64" }, { "name": "ship_id", "type": "uint64" } ] } cancelupgrade中的操作参数
{ "name": "cancelupgrade", "base": "", "fields": [ { "name": "job_id", "type": "uint64" } ] }的结构体属性 addcontrib
的结构体属性 blend
的结构体属性 cluster_source
的结构体属性 craft
的结构体属性 craftjob
的结构体属性 depotstore
的结构体属性 depottake
的结构体属性 getinfvalue
的结构体属性 job_row
的结构体属性 launch
的结构体属性 load
的结构体属性 nftimgurl
的结构体属性 shuttle
的结构体属性 task
的结构体属性 unload
的结构体属性 upgjob_row
的结构体属性 upgrade
的结构体属性 upgradejob
{ "name": "cargo_item", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "stats", "type": "uint64" }, { "name": "modules", "type": "module_entry[]" }, { "name": "quantity", "type": "uint32" }, { "name": "entity_id", "type": "uint64?" } ] }-
{ "name": "cargo_ref", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "stats", "type": "uint64" }, { "name": "modules", "type": "module_entry[]" }, { "name": "entity_id", "type": "uint64?" } ] } -
{ "name": "cargo_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "entity_id", "type": "uint64" }, { "name": "item_id", "type": "uint64" }, { "name": "quantity", "type": "uint64" }, { "name": "stats", "type": "uint64" }, { "name": "modules", "type": "module_entry[]" }, { "name": "sequence_id", "type": "uint64?" } ] } -
{ "name": "cargo_view", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "stats", "type": "uint64" }, { "name": "modules", "type": "module_entry[]" }, { "name": "quantity", "type": "uint32" }, { "name": "id", "type": "uint64" }, { "name": "entity_id", "type": "uint64?" } ] } 的结构体属性 charter_node_def
{ "name": "charter_effect", "base": "", "fields": [ { "name": "kind", "type": "uint8" }, { "name": "item_id", "type": "uint16" }, { "name": "target_item_id", "type": "uint16" }, { "name": "slot_mask", "type": "uint16" }, { "name": "stat", "type": "uint16" } ] }-
{ "name": "charter_node_def", "base": "", "fields": [ { "name": "node_id", "type": "uint32" }, { "name": "cost", "type": "uint64" }, { "name": "prereqs", "type": "uint32[]" }, { "name": "effect", "type": "charter_effect" } ] } -
{ "name": "charter_ready_view", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "mandate", "type": "uint32" } ] } -
{ "name": "charter_result", "base": "", "fields": [ { "name": "location_id", "type": "uint64" }, { "name": "lifetime", "type": "uint64" }, { "name": "watermark", "type": "uint64" }, { "name": "surplus", "type": "uint64" }, { "name": "mandate", "type": "uint32" }, { "name": "next_cost", "type": "uint64" }, { "name": "prereqs_met", "type": "bool" }, { "name": "buildable", "type": "bool" }, { "name": "epoch", "type": "uint32" }, { "name": "built", "type": "charter_view[]" } ] } getcharttree 的操作返回类型
{ "name": "charter_tree_result", "base": "", "fields": [ { "name": "nodes", "type": "charter_node_def[]" } ] }的结构体属性 charter_result
{ "name": "charter_view", "base": "", "fields": [ { "name": "node_id", "type": "uint32" }, { "name": "completed_epoch", "type": "uint32" }, { "name": "entity_id", "type": "uint64" } ] }charterready中的操作参数
{ "name": "charterready", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }-
{ "name": "charterready_result", "base": "", "fields": [ { "name": "worlds", "type": "charter_ready_view[]" } ] } charters 的表格行类型
{ "name": "charters_row", "base": "", "fields": [ { "name": "node_id", "type": "uint32" }, { "name": "completed_epoch", "type": "uint32" }, { "name": "entity_id", "type": "uint64" } ] }civicconfig 的表格行类型
{ "name": "civicconfig_row", "base": "", "fields": [ { "name": "civic_owner", "type": "name" } ] }-
{ "name": "claim_row", "base": "", "fields": [ { "name": "owner", "type": "name" } ] } -
{ "name": "claimjob", "base": "", "fields": [ { "name": "job_id", "type": "uint64" }, { "name": "ship_id", "type": "uint64" } ] } -
{ "name": "claimplot", "base": "", "fields": [ { "name": "builder_id", "type": "uint64" }, { "name": "target_item_id", "type": "uint16" }, { "name": "slot", "type": "cluster_slot" } ] } claimstarter中的操作参数
{ "name": "claimstarter", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }claimupgrade中的操作参数
{ "name": "claimupgrade", "base": "", "fields": [ { "name": "job_id", "type": "uint64" } ] }-
{ "name": "cleanrsvp", "base": "", "fields": [ { "name": "epoch", "type": "uint64" }, { "name": "max_rows", "type": "uint64" } ] } cleartable中的操作参数
{ "name": "cleartable", "base": "", "fields": [ { "name": "table_name", "type": "name" }, { "name": "scope", "type": "name?" }, { "name": "max_rows", "type": "uint64?" } ] }的结构体属性 cluster_row
{ "name": "cluster_cell", "base": "", "fields": [ { "name": "gx", "type": "int8" }, { "name": "gy", "type": "int8" }, { "name": "entity", "type": "uint64" } ] }-
{ "name": "cluster_row", "base": "", "fields": [ { "name": "root", "type": "uint64" }, { "name": "cells", "type": "cluster_cell[]" } ] } -
{ "name": "cluster_slot", "base": "", "fields": [ { "name": "hub", "type": "uint64" }, { "name": "gx", "type": "int8" }, { "name": "gy", "type": "int8" } ] } 的结构体属性 clustercraft
{ "name": "cluster_source", "base": "", "fields": [ { "name": "source_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] }clustercraft中的操作参数
{ "name": "clustercraft", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "recipe_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "sources", "type": "cluster_source[]" }, { "name": "target", "type": "uint64?" }, { "name": "slot", "type": "uint8?" } ] }-
{ "name": "commit", "base": "", "fields": [ { "name": "oracle_id", "type": "name" }, { "name": "epoch", "type": "uint64" }, { "name": "commit", "type": "checksum256" } ] } commit 的表格行类型
{ "name": "commit_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "epoch", "type": "uint64" }, { "name": "oracle_id", "type": "name" }, { "name": "commit", "type": "checksum256" } ] }-
{ "name": "configlog", "base": "", "fields": [ { "name": "config", "type": "game_config" } ] } 的结构体属性 entity_current_state
的结构体属性 entity_info
的结构体属性 entity_row
的结构体属性 entity_summary
的结构体属性 geteligible
的结构体属性 job_row
的结构体属性 location_info
的结构体属性 location_static
的结构体属性 nft_item_payload
的结构体属性 nftimgurl
的结构体属性 projected_state
的结构体属性 task
的结构体属性 upgjob_row
的结构体属性 wormhole_info
{ "name": "coordinates", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "z", "type": "uint16?" } ] }-
{ "name": "coupling", "base": "", "fields": [ { "name": "counterpart", "type": "entity_ref" }, { "name": "hold", "type": "uint64" }, { "name": "kind", "type": "uint8" } ] } -
{ "name": "craft", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "recipe_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "inputs", "type": "cargo_item[]" }, { "name": "target", "type": "uint64?" }, { "name": "slot", "type": "uint8?" } ] } -
{ "name": "crafter_lane", "base": "", "fields": [ { "name": "slot_index", "type": "uint8" }, { "name": "speed", "type": "uint16" }, { "name": "drain", "type": "uint32" }, { "name": "output_pct", "type": "uint16" } ] } -
{ "name": "craftjob", "base": "", "fields": [ { "name": "ship_id", "type": "uint64" }, { "name": "workshop_id", "type": "uint64" }, { "name": "slot", "type": "uint8" }, { "name": "recipe_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "inputs", "type": "cargo_item[]" } ] } -
{ "name": "dbgcredit", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "amount_atomic", "type": "uint64" } ] } dbgmandate中的操作参数
{ "name": "dbgmandate", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "node_id", "type": "uint32" } ] }的结构体属性 decomp_result
{ "name": "decomp_bucket", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "raw_kg", "type": "uint32" } ] }-
{ "name": "decomp_result", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "processed_kg", "type": "uint64" }, { "name": "buckets", "type": "decomp_bucket[]" } ] } -
{ "name": "delentity", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" } ] } -
{ "name": "demand_result", "base": "", "fields": [ { "name": "abundant_mask", "type": "uint8" }, { "name": "lacking_mask", "type": "uint8" }, { "name": "acute", "type": "uint8" }, { "name": "need_fp", "type": "uint64[]" }, { "name": "epoch", "type": "uint32" } ] } -
{ "name": "demolish", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" } ] } -
{ "name": "deploy", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "ref", "type": "cargo_ref" }, { "name": "slot", "type": "cluster_slot?" } ] } -
{ "name": "depot_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "item_id", "type": "uint64" }, { "name": "quantity", "type": "uint64" }, { "name": "stats", "type": "uint64" }, { "name": "modules", "type": "module_entry[]" }, { "name": "sequence_id", "type": "uint64?" } ] } -
{ "name": "depot_view", "base": "", "fields": [ { "name": "player_cap", "type": "uint64" }, { "name": "stored_mass", "type": "uint64" }, { "name": "reserved_mass", "type": "uint64" }, { "name": "rows", "type": "depot_row[]" } ] } depotacct 的表格行类型
{ "name": "depotacct_row", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "stored_mass", "type": "uint64" }, { "name": "reserved_mass", "type": "uint64" } ] }depotstore中的操作参数
{ "name": "depotstore", "base": "", "fields": [ { "name": "ship_id", "type": "uint64" }, { "name": "depot_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] }-
{ "name": "depottake", "base": "", "fields": [ { "name": "ship_id", "type": "uint64" }, { "name": "depot_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] } descentity中的操作参数
{ "name": "descentity", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "hull_stats", "type": "uint64" }, { "name": "module_items", "type": "uint16[]" }, { "name": "module_stats", "type": "uint64[]" } ] }-
{ "name": "enable", "base": "", "fields": [ { "name": "enabled", "type": "bool" } ] } -
{ "name": "energy_stats", "base": "", "fields": [ { "name": "capacity", "type": "uint32" }, { "name": "recharge", "type": "uint32" } ] } 的结构体属性 nearby_info
{ "name": "entity_current_state", "base": "", "fields": [ { "name": "coordinates", "type": "coordinates" }, { "name": "energy", "type": "uint32" } ] }的结构体属性 game_config
{ "name": "entity_defaults", "base": "", "fields": [ { "name": "warehouse_z", "type": "uint16" }, { "name": "container_z", "type": "uint16" } ] }-
{ "name": "entity_info", "base": "", "fields": [ { "name": "type", "type": "name" }, { "name": "id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "entity_name", "type": "string" }, { "name": "coordinates", "type": "coordinates" }, { "name": "item_id", "type": "uint16" }, { "name": "cargomass", "type": "uint32" }, { "name": "cargo", "type": "cargo_view[]" }, { "name": "modules", "type": "module_entry[]" }, { "name": "energy", "type": "uint32?" }, { "name": "hullmass", "type": "uint32?" }, { "name": "capacity", "type": "uint32?" }, { "name": "engines", "type": "movement_stats?" }, { "name": "warp", "type": "warp_stats?" }, { "name": "generator", "type": "energy_stats?" }, { "name": "hauler", "type": "hauler_stats?" }, { "name": "gatherer_lanes", "type": "gatherer_lane[]" }, { "name": "crafter_lanes", "type": "crafter_lane[]" }, { "name": "builder_lanes", "type": "builder_lane[]" }, { "name": "loader_lanes", "type": "loader_lane[]" }, { "name": "launcher", "type": "launcher_stats?" }, { "name": "lanes", "type": "lane[]" }, { "name": "holds", "type": "hold[]" } ] } -
{ "name": "entity_layout", "base": "", "fields": [ { "name": "entity_item_id", "type": "uint16" }, { "name": "slots", "type": "slot_def[]" }, { "name": "base_hullmass", "type": "uint32" } ] } getslots 的操作返回类型
{ "name": "entity_layouts_result", "base": "", "fields": [ { "name": "entities", "type": "entity_layout[]" } ] }的结构体属性 coupling
的结构体属性 entitygroup_row
的结构体属性 grouptransit
的结构体属性 grouptravel
的结构体属性 hold
的结构体属性 task
的结构体属性 travelplan
{ "name": "entity_ref", "base": "", "fields": [ { "name": "entity_type", "type": "name" }, { "name": "entity_id", "type": "uint64" } ] }-
{ "name": "entity_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "kind", "type": "name" }, { "name": "item_id", "type": "uint16" }, { "name": "name", "type": "string" }, { "name": "stats", "type": "uint64" }, { "name": "coordinates", "type": "coordinates" }, { "name": "energy", "type": "uint32?" }, { "name": "cargomass", "type": "uint32" }, { "name": "modules", "type": "module_entry[]" }, { "name": "lanes", "type": "lane[]" }, { "name": "holds", "type": "hold[]" } ] } entityseq 的表格行类型
{ "name": "entity_seq_row", "base": "", "fields": [ { "name": "next_id", "type": "uint64" } ] }-
{ "name": "entity_summary", "base": "", "fields": [ { "name": "type", "type": "name" }, { "name": "id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "entity_name", "type": "string" }, { "name": "coordinates", "type": "coordinates" }, { "name": "is_idle", "type": "bool" }, { "name": "resolved_count", "type": "uint32" }, { "name": "pending_count", "type": "uint32" } ] } 的结构体属性 task_results
{ "name": "entity_task_info", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "entity_type", "type": "name" }, { "name": "task_count", "type": "uint32" }, { "name": "schedule_started", "type": "time_point" } ] }-
{ "name": "entitygroup_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "participants", "type": "entity_ref[]" } ] } 的结构体属性 enum_result
{ "name": "enum_member", "base": "", "fields": [ { "name": "value", "type": "uint8" }, { "name": "name", "type": "string" } ] }-
{ "name": "enum_result", "base": "", "fields": [ { "name": "members", "type": "enum_member[]" } ] } -
{ "name": "epoch_row", "base": "", "fields": [ { "name": "epoch", "type": "uint64" }, { "name": "oracle_ids", "type": "name[]" }, { "name": "threshold", "type": "uint8" }, { "name": "seed", "type": "checksum256" } ] } fixcargomass中的操作参数
{ "name": "fixcargomass", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" } ] }fixitemids中的操作参数
{ "name": "fixitemids", "base": "", "fields": [] }getfootprint 的操作返回类型
{ "name": "footprint_result", "base": "", "fields": [ { "name": "cells", "type": "grid_cell[]" } ] }forcereveal中的操作参数
{ "name": "forcereveal", "base": "", "fields": [ { "name": "epoch", "type": "uint64" } ] }-
{ "name": "found", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "entity_id", "type": "uint64" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] } -
{ "name": "game_config", "base": "", "fields": [ { "name": "version", "type": "uint32" }, { "name": "defaults", "type": "entity_defaults" }, { "name": "items", "type": "item_def[]" } ] } -
{ "name": "gather", "base": "", "fields": [ { "name": "source_id", "type": "uint64" }, { "name": "destination_id", "type": "uint64" }, { "name": "stratum", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "slot", "type": "uint8?" } ] } -
{ "name": "gatherer_lane", "base": "", "fields": [ { "name": "slot_index", "type": "uint8" }, { "name": "yield", "type": "uint16" }, { "name": "drain", "type": "uint32" }, { "name": "depth", "type": "uint16" }, { "name": "output_pct", "type": "uint16" } ] } gatherplan中的操作参数
{ "name": "gatherplan", "base": "", "fields": [ { "name": "source_id", "type": "uint64" }, { "name": "destination_id", "type": "uint64" }, { "name": "stratum", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "recharge", "type": "bool" }, { "name": "slots", "type": "bytes" } ] }genesisfleet中的操作参数
{ "name": "genesisfleet", "base": "", "fields": [ { "name": "entities", "type": "entity_row[]" } ] }getcharter中的操作参数
{ "name": "getcharter", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getcharttree中的操作参数
{ "name": "getcharttree", "base": "", "fields": [] }getchrtready中的操作参数
{ "name": "getchrtready", "base": "", "fields": [] }getcluster中的操作参数
{ "name": "getcluster", "base": "", "fields": [ { "name": "hub_id", "type": "uint64" } ] }-
{ "name": "getconfig", "base": "", "fields": [] } -
{ "name": "getdecomp", "base": "", "fields": [ { "name": "item_id", "type": "uint16" } ] } -
{ "name": "getdemand", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] } getdeposit中的操作参数
{ "name": "getdeposit", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "asset_id", "type": "uint64" } ] }-
{ "name": "getdepot", "base": "", "fields": [ { "name": "depot_id", "type": "uint64" }, { "name": "owner", "type": "name" } ] } getdistance中的操作参数
{ "name": "getdistance", "base": "", "fields": [ { "name": "ax", "type": "int64" }, { "name": "ay", "type": "int64" }, { "name": "bx", "type": "int64" }, { "name": "by", "type": "int64" } ] }geteligible中的操作参数
{ "name": "geteligible", "base": "", "fields": [ { "name": "coords", "type": "coordinates" }, { "name": "stratum", "type": "uint16" } ] }-
{ "name": "getentcls", "base": "", "fields": [] } getentities中的操作参数
{ "name": "getentities", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "entity_type", "type": "name?" } ] }-
{ "name": "getentity", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" } ] } getfootprint中的操作参数
{ "name": "getfootprint", "base": "", "fields": [ { "name": "item_id", "type": "uint16" } ] }getinfdecay中的操作参数
{ "name": "getinfdecay", "base": "", "fields": [ { "name": "active", "type": "uint64" }, { "name": "epochs", "type": "uint32" } ] }getinfluence中的操作参数
{ "name": "getinfluence", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getinfvalue中的操作参数
{ "name": "getinfvalue", "base": "", "fields": [ { "name": "items", "type": "cargo_item[]" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getitemdata中的操作参数
{ "name": "getitemdata", "base": "", "fields": [] }getitemids中的操作参数
{ "name": "getitemids", "base": "", "fields": [] }-
{ "name": "getitems", "base": "", "fields": [] } getitemtype中的操作参数
{ "name": "getitemtype", "base": "", "fields": [ { "name": "item_id", "type": "uint16" } ] }getitemtypes中的操作参数
{ "name": "getitemtypes", "base": "", "fields": [] }-
{ "name": "getjobs", "base": "", "fields": [ { "name": "workshop_id", "type": "uint64" } ] } getkindmeta中的操作参数
{ "name": "getkindmeta", "base": "", "fields": [] }getlocation中的操作参数
{ "name": "getlocation", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getlocdata中的操作参数
{ "name": "getlocdata", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getmintcfg中的操作参数
{ "name": "getmintcfg", "base": "", "fields": [] }getmintready中的操作参数
{ "name": "getmintready", "base": "", "fields": [] }getmodtypes中的操作参数
{ "name": "getmodtypes", "base": "", "fields": [] }getmodules中的操作参数
{ "name": "getmodules", "base": "", "fields": [] }-
{ "name": "getnearby", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "recharge", "type": "bool" } ] } getnftbase中的操作参数
{ "name": "getnftbase", "base": "", "fields": [] }getnftinfo中的操作参数
{ "name": "getnftinfo", "base": "", "fields": [] }-
{ "name": "getplayer", "base": "", "fields": [ { "name": "account", "type": "name" } ] } -
{ "name": "getpool", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" } ] } -
{ "name": "getpools", "base": "", "fields": [] } getprojstate中的操作参数
{ "name": "getprojstate", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "task_count", "type": "uint8?" } ] }-
{ "name": "getrecipe", "base": "", "fields": [ { "name": "output_item_id", "type": "uint16" } ] } getrecipes中的操作参数
{ "name": "getrecipes", "base": "", "fields": [ { "name": "lower_bound", "type": "uint16" }, { "name": "limit", "type": "uint8" } ] }getrescats中的操作参数
{ "name": "getrescats", "base": "", "fields": [] }getreserves中的操作参数
{ "name": "getreserves", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getresources中的操作参数
{ "name": "getresources", "base": "", "fields": [] }getservice中的操作参数
{ "name": "getservice", "base": "", "fields": [ { "name": "workshop_id", "type": "uint64" } ] }-
{ "name": "getslots", "base": "", "fields": [] } getstratum中的操作参数
{ "name": "getstratum", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "stratum", "type": "uint16" } ] }getsummaries中的操作参数
{ "name": "getsummaries", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "entity_type", "type": "name?" } ] }getupgjobs中的操作参数
{ "name": "getupgjobs", "base": "", "fields": [ { "name": "dock_id", "type": "uint64" } ] }getvoteready中的操作参数
{ "name": "getvoteready", "base": "", "fields": [] }-
{ "name": "getvotes", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] } getwormhole中的操作参数
{ "name": "getwormhole", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }的结构体属性 footprint_result
{ "name": "grid_cell", "base": "", "fields": [ { "name": "gx", "type": "int8" }, { "name": "gy", "type": "int8" } ] }grouptransit中的操作参数
{ "name": "grouptransit", "base": "", "fields": [ { "name": "entities", "type": "entity_ref[]" }, { "name": "ax", "type": "int64" }, { "name": "ay", "type": "int64" }, { "name": "bx", "type": "int64" }, { "name": "by", "type": "int64" } ] }grouptravel中的操作参数
{ "name": "grouptravel", "base": "", "fields": [ { "name": "entities", "type": "entity_ref[]" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "recharge", "type": "bool" } ] }-
{ "name": "hash", "base": "", "fields": [ { "name": "value", "type": "string" } ] } -
{ "name": "hash512", "base": "", "fields": [ { "name": "value", "type": "string" } ] } -
{ "name": "hauler_stats", "base": "", "fields": [ { "name": "capacity", "type": "uint8" }, { "name": "efficiency", "type": "uint16" }, { "name": "drain", "type": "uint32" }, { "name": "capacity_by_tier", "type": "hauler_tier_cap[]" } ] } 的结构体属性 hauler_stats
{ "name": "hauler_tier_cap", "base": "", "fields": [ { "name": "tier", "type": "uint8" }, { "name": "capacity", "type": "uint8" } ] }-
{ "name": "hold", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "kind", "type": "uint8" }, { "name": "counterpart", "type": "entity_ref" }, { "name": "until", "type": "time_point" }, { "name": "incoming_mass", "type": "uint32" } ] } importcargo中的操作参数
{ "name": "importcargo", "base": "", "fields": [ { "name": "row", "type": "cargo_row" } ] }importcell中的操作参数
{ "name": "importcell", "base": "", "fields": [ { "name": "root", "type": "uint64" }, { "name": "gx", "type": "int8" }, { "name": "gy", "type": "int8" }, { "name": "entity_id", "type": "uint64" } ] }importentity中的操作参数
{ "name": "importentity", "base": "", "fields": [ { "name": "row", "type": "entity_row" } ] }importepoch中的操作参数
{ "name": "importepoch", "base": "", "fields": [ { "name": "row", "type": "epoch_row" } ] }importgroup中的操作参数
{ "name": "importgroup", "base": "", "fields": [ { "name": "row", "type": "entitygroup_row" } ] }importnftcfg中的操作参数
{ "name": "importnftcfg", "base": "", "fields": [ { "name": "row", "type": "nftconfig_row" } ] }importplayer中的操作参数
{ "name": "importplayer", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }importreserve中的操作参数
{ "name": "importreserve", "base": "", "fields": [ { "name": "epoch_scope", "type": "uint32" }, { "name": "row", "type": "reserve_row" } ] }importstate中的操作参数
{ "name": "importstate", "base": "", "fields": [ { "name": "row", "type": "state_row" } ] }infballot 的表格行类型
{ "name": "infballot_row", "base": "", "fields": [ { "name": "location_id", "type": "uint64" }, { "name": "epoch", "type": "uint32" } ] }infburn 的表格行类型
{ "name": "infburn_row", "base": "", "fields": [ { "name": "bps", "type": "uint16" } ] }infdemand 的表格行类型
{ "name": "infdemand_row", "base": "", "fields": [ { "name": "peak", "type": "uint64" }, { "name": "base", "type": "uint64" }, { "name": "floor", "type": "uint64" } ] }infloc 的表格行类型
{ "name": "infloc_row", "base": "", "fields": [ { "name": "location_id", "type": "uint64" }, { "name": "lifetime", "type": "uint64" }, { "name": "active", "type": "uint64" }, { "name": "last_update_epoch", "type": "uint32" }, { "name": "watermark", "type": "uint64" }, { "name": "chosen", "type": "uint32" }, { "name": "chosen_epoch", "type": "uint32" }, { "name": "founder", "type": "name" }, { "name": "founded", "type": "uint32" } ] }-
{ "name": "influence_totals", "base": "", "fields": [ { "name": "player_lifetime", "type": "uint64" }, { "name": "player_active", "type": "uint64" }, { "name": "standing_lifetime", "type": "uint64" }, { "name": "standing_active", "type": "uint64" }, { "name": "location_lifetime", "type": "uint64" }, { "name": "location_active", "type": "uint64" }, { "name": "watermark", "type": "uint64" }, { "name": "mandate", "type": "uint32" }, { "name": "founder", "type": "name" }, { "name": "founded", "type": "uint32" }, { "name": "epoch", "type": "uint32" } ] } infmint 的表格行类型
{ "name": "infmint_row", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "threshold", "type": "uint64" } ] }infplayer 的表格行类型
{ "name": "infplayer_row", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "lifetime", "type": "uint64" }, { "name": "active", "type": "uint64" }, { "name": "last_update_epoch", "type": "uint32" } ] }infplayerloc 的表格行类型
{ "name": "infplayerloc_row", "base": "", "fields": [ { "name": "location_id", "type": "uint64" }, { "name": "lifetime", "type": "uint64" }, { "name": "active", "type": "uint64" }, { "name": "last_update_epoch", "type": "uint32" } ] }infpool 的表格行类型
{ "name": "infpool_row", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "grade", "type": "uint8" }, { "name": "quantity", "type": "uint64" }, { "name": "stats", "type": "uint64" }, { "name": "bar", "type": "uint64" } ] }infquality 的表格行类型
{ "name": "infquality_row", "base": "", "fields": [ { "name": "d1", "type": "uint32" } ] }inftally 的表格行类型
{ "name": "inftally_row", "base": "", "fields": [ { "name": "node_id", "type": "uint64" }, { "name": "total", "type": "uint64" } ] }-
{ "name": "infvalue_result", "base": "", "fields": [ { "name": "total_atomic", "type": "uint64" }, { "name": "per_item_atomic", "type": "uint64[]" } ] } infvote 的表格行类型
{ "name": "infvote_row", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "epoch", "type": "uint32" }, { "name": "node_id", "type": "uint32" }, { "name": "weight", "type": "uint64" } ] }infweight 的表格行类型
{ "name": "infweight_row", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "weight_fp", "type": "uint64" } ] }-
{ "name": "item_def", "base": "", "fields": [ { "name": "id", "type": "uint16" }, { "name": "mass", "type": "uint32" }, { "name": "type", "type": "uint8" }, { "name": "subtype", "type": "uint8" }, { "name": "tier", "type": "uint8" } ] } 的结构体属性 item_ids_result
{ "name": "item_id_pair", "base": "", "fields": [ { "name": "id", "type": "uint16" }, { "name": "name", "type": "string" } ] }getitemids 的操作返回类型
{ "name": "item_ids_result", "base": "", "fields": [ { "name": "items", "type": "item_id_pair[]" } ] }getitemdata 的操作返回类型
{ "name": "itemdata_result", "base": "", "fields": [ { "name": "items", "type": "item_def[]" }, { "name": "recipes", "type": "recipes_result" } ] }getitems 的操作返回类型
{ "name": "items_info", "base": "", "fields": [ { "name": "items", "type": "item_def[]" } ] }-
{ "name": "job_receipt", "base": "", "fields": [ { "name": "job_id", "type": "uint64" }, { "name": "starts_at", "type": "time_point" }, { "name": "completes_at", "type": "time_point" } ] } -
{ "name": "job_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "workshop", "type": "uint64" }, { "name": "socket", "type": "uint8" }, { "name": "owner", "type": "name" }, { "name": "ship_id", "type": "uint64" }, { "name": "coords", "type": "coordinates" }, { "name": "starts_at", "type": "time_point" }, { "name": "completes_at", "type": "time_point" }, { "name": "recipe_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" }, { "name": "energy_paid", "type": "uint32" }, { "name": "cargo", "type": "cargo_item[]" } ] } getjobs 的操作返回类型
{ "name": "jobs_result", "base": "", "fields": [ { "name": "jobs", "type": "job_row[]" } ] }-
{ "name": "join", "base": "", "fields": [ { "name": "account", "type": "name" } ] } getkindmeta 的操作返回类型
{ "name": "kind_meta_result", "base": "", "fields": [ { "name": "kinds", "type": "kind_meta_row[]" }, { "name": "templates", "type": "template_meta_row[]" } ] }的结构体属性 kind_meta_result
{ "name": "kind_meta_row", "base": "", "fields": [ { "name": "kind", "type": "name" }, { "name": "classification", "type": "uint8" }, { "name": "capability_flags", "type": "uint8" }, { "name": "z_coord", "type": "uint32" }, { "name": "default_label", "type": "string" } ] }-
{ "name": "lane", "base": "", "fields": [ { "name": "lane_key", "type": "uint8" }, { "name": "schedule", "type": "schedule" } ] } -
{ "name": "launch", "base": "", "fields": [ { "name": "launcher_id", "type": "uint64" }, { "name": "catcher_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] } -
{ "name": "launcher_stats", "base": "", "fields": [ { "name": "charge_rate", "type": "uint16" }, { "name": "velocity", "type": "uint16" }, { "name": "drain", "type": "uint16" } ] } -
{ "name": "load", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "from_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] } -
{ "name": "loader_lane", "base": "", "fields": [ { "name": "slot_index", "type": "uint8" }, { "name": "mass", "type": "uint32" }, { "name": "thrust", "type": "uint16" }, { "name": "output_pct", "type": "uint16" } ] } getlocdata 的操作返回类型
{ "name": "location_derived", "base": "", "fields": [ { "name": "static_props", "type": "location_static" }, { "name": "size", "type": "uint16" } ] }-
{ "name": "location_info", "base": "", "fields": [ { "name": "coords", "type": "coordinates" }, { "name": "is_system", "type": "bool" }, { "name": "is_wormhole", "type": "bool" } ] } 的结构体属性 location_derived
{ "name": "location_static", "base": "", "fields": [ { "name": "coords", "type": "coordinates" }, { "name": "type", "type": "location_type" }, { "name": "subtype", "type": "uint8" }, { "name": "seed0", "type": "uint8" }, { "name": "seed1", "type": "uint8" } ] }-
{ "name": "mint_threshold_view", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "threshold", "type": "uint64" } ] } -
{ "name": "mintcfg_result", "base": "", "fields": [ { "name": "thresholds", "type": "mint_threshold_view[]" }, { "name": "burn_bps", "type": "uint16" } ] } -
{ "name": "mintq_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "grade", "type": "uint8" } ] } -
{ "name": "mintready", "base": "", "fields": [ { "name": "max_mints", "type": "uint32?" } ] } 的结构体属性 cargo_item
的结构体属性 cargo_ref
的结构体属性 cargo_row
的结构体属性 cargo_view
的结构体属性 depot_row
的结构体属性 entity_info
的结构体属性 entity_row
的结构体属性 nft_cargo_item
{ "name": "module_entry", "base": "", "fields": [ { "name": "type", "type": "uint8" }, { "name": "installed", "type": "packed_module?" } ] }的结构体属性 modules_result
{ "name": "module_info", "base": "", "fields": [ { "name": "id", "type": "uint16" }, { "name": "mass", "type": "uint32" }, { "name": "module_type", "type": "uint8" }, { "name": "tier", "type": "uint8" } ] }getmodules 的操作返回类型
{ "name": "modules_result", "base": "", "fields": [ { "name": "modules", "type": "module_info[]" } ] }-
{ "name": "movement_stats", "base": "", "fields": [ { "name": "thrust", "type": "uint32" }, { "name": "drain", "type": "uint32" } ] } -
{ "name": "movetile", "base": "", "fields": [ { "name": "hub_id", "type": "uint64" }, { "name": "from_gx", "type": "int8" }, { "name": "from_gy", "type": "int8" }, { "name": "to_gx", "type": "int8" }, { "name": "to_gy", "type": "int8" } ] } naturalize中的操作参数
{ "name": "naturalize", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }getnearby 的操作返回类型
{ "name": "nearby_info", "base": "", "fields": [ { "name": "can_travel", "type": "bool" }, { "name": "current", "type": "entity_current_state" }, { "name": "projected", "type": "entity_current_state" }, { "name": "max_energy", "type": "uint32" }, { "name": "systems", "type": "nearby_system[]" } ] }的结构体属性 nearby_info
{ "name": "nearby_system", "base": "", "fields": [ { "name": "distance", "type": "uint64" }, { "name": "energy_cost", "type": "uint64" }, { "name": "flight_time", "type": "uint32" }, { "name": "location", "type": "location_info" } ] }的结构体属性 nft_item_payload
{ "name": "nft_cargo_item", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "stats", "type": "uint64" }, { "name": "modules", "type": "module_entry[]" }, { "name": "quantity", "type": "uint32" } ] }的结构体属性 types_row
{ "name": "nft_item_payload", "base": "", "fields": [ { "name": "item", "type": "nft_cargo_item" }, { "name": "location", "type": "coordinates?" } ] }的结构体属性 nftinfo_result
{ "name": "nft_schema_def", "base": "", "fields": [ { "name": "schema_name", "type": "name" }, { "name": "fields", "type": "schema_field[]" } ] }的结构体属性 nftinfo_result
{ "name": "nft_template_def", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "schema_name", "type": "name" }, { "name": "template_id", "type": "int32" } ] }-
{ "name": "nftconfig_row", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "template_id", "type": "int32" }, { "name": "schema_name", "type": "name" } ] } -
{ "name": "nftimgurl", "base": "", "fields": [ { "name": "item", "type": "cargo_item" }, { "name": "location", "type": "coordinates?" } ] } getnftinfo 的操作返回类型
{ "name": "nftinfo_result", "base": "", "fields": [ { "name": "schemas", "type": "nft_schema_def[]" }, { "name": "templates", "type": "nft_template_def[]" } ] }-
{ "name": "notify", "base": "", "fields": [ { "name": "event", "type": "task_event" } ] } oraclecfg 的表格行类型
{ "name": "oracle_config_row", "base": "", "fields": [ { "name": "threshold", "type": "uint8" } ] }oracles 的表格行类型
{ "name": "oracle_row", "base": "", "fields": [ { "name": "id", "type": "name" } ] }的结构体属性 module_entry
{ "name": "packed_module", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "stats", "type": "uint64" } ] }placecargo中的操作参数
{ "name": "placecargo", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "host_id", "type": "uint64" }, { "name": "asset_id", "type": "uint64" } ] }placeentity中的操作参数
{ "name": "placeentity", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "asset_id", "type": "uint64" }, { "name": "target_nexus_id", "type": "uint64" } ] }getplayer 的操作返回类型
{ "name": "player_info", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "is_player", "type": "bool" }, { "name": "company_name", "type": "string" } ] }player 的表格行类型
{ "name": "player_row", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }-
{ "name": "pool_pair_result", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "item_id", "type": "uint16" }, { "name": "standard_quantity", "type": "uint64" }, { "name": "standard_stats", "type": "uint64" }, { "name": "premium_quantity", "type": "uint64" }, { "name": "premium_stats", "type": "uint64" }, { "name": "bar", "type": "uint64" }, { "name": "threshold", "type": "uint64" } ] } 的结构体属性 pools_result
{ "name": "pool_view", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "grade", "type": "uint8" }, { "name": "item_id", "type": "uint16" }, { "name": "quantity", "type": "uint64" }, { "name": "stats", "type": "uint64" }, { "name": "bar", "type": "uint64" } ] }-
{ "name": "pools_result", "base": "", "fields": [ { "name": "pools", "type": "pool_view[]" } ] } getprojstate 的操作返回类型
{ "name": "projected_state", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "coordinates", "type": "coordinates" }, { "name": "energy", "type": "uint32?" }, { "name": "cargomass", "type": "uint32" }, { "name": "cargo", "type": "cargo_view[]" }, { "name": "hullmass", "type": "uint32?" }, { "name": "capacity", "type": "uint32?" }, { "name": "engines", "type": "movement_stats?" }, { "name": "warp", "type": "warp_stats?" }, { "name": "generator", "type": "energy_stats?" }, { "name": "hauler", "type": "hauler_stats?" }, { "name": "gatherer_lanes", "type": "gatherer_lane[]" }, { "name": "crafter_lanes", "type": "crafter_lane[]" }, { "name": "builder_lanes", "type": "builder_lane[]" }, { "name": "loader_lanes", "type": "loader_lane[]" }, { "name": "launcher", "type": "launcher_stats?" }, { "name": "tier", "type": "uint8" } ] }-
{ "name": "recharge", "base": "", "fields": [ { "name": "id", "type": "uint64" } ] } 的结构体属性 recipe_response
{ "name": "recipe_input", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" } ] }的结构体属性 recipe_response
{ "name": "recipe_item_info", "base": "", "fields": [ { "name": "id", "type": "uint16" }, { "name": "mass", "type": "uint32" } ] }的结构体属性 recipes_result
{ "name": "recipe_response", "base": "", "fields": [ { "name": "output_item_id", "type": "uint16" }, { "name": "output_mass", "type": "uint32" }, { "name": "inputs", "type": "recipe_input[]" }, { "name": "stat_slots", "type": "stat_slot_response[]" }, { "name": "blend_weights", "type": "bytes" }, { "name": "output_item", "type": "recipe_item_info" }, { "name": "input_items", "type": "recipe_item_info[]" }, { "name": "source_subclass", "type": "uint16?" } ] }-
{ "name": "recipes_result", "base": "", "fields": [ { "name": "recipes", "type": "recipe_response[]" } ] } -
{ "name": "refit_op", "base": "", "fields": [ { "name": "op", "type": "uint8" }, { "name": "slot", "type": "uint8" } ] } refrshentity中的操作参数
{ "name": "refrshentity", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" } ] }removeoracle中的操作参数
{ "name": "removeoracle", "base": "", "fields": [ { "name": "oracle_id", "type": "name" } ] }-
{ "name": "rename", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "name", "type": "string" } ] } -
{ "name": "reserve_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "coord_id", "type": "uint64" }, { "name": "stratum", "type": "uint16" }, { "name": "remaining", "type": "uint32" }, { "name": "last_block", "type": "block_timestamp_type" } ] } -
{ "name": "resolve", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "count", "type": "uint64?" } ] } -
{ "name": "resolve_results", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "entity_type", "type": "name" }, { "name": "resolved_count", "type": "uint32" }, { "name": "new_schedule_started", "type": "time_point?" }, { "name": "entitygroup", "type": "uint64?" }, { "name": "group_members", "type": "B_vector_entity_ref_E?" } ] } resolveall中的操作参数
{ "name": "resolveall", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }resolveall 的操作返回类型
{ "name": "resolveall_results", "base": "", "fields": [ { "name": "scanned", "type": "uint32" }, { "name": "resolved", "type": "uint32" } ] }resolveearly中的操作参数
{ "name": "resolveearly", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "count", "type": "uint64?" } ] }的结构体属性 resources_result
{ "name": "resource_info", "base": "", "fields": [ { "name": "id", "type": "uint16" }, { "name": "mass", "type": "uint32" }, { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" } ] }的结构体属性 stratum_data
{ "name": "resource_stats", "base": "", "fields": [ { "name": "stat1", "type": "uint16" }, { "name": "stat2", "type": "uint16" }, { "name": "stat3", "type": "uint16" } ] }getresources 的操作返回类型
{ "name": "resources_result", "base": "", "fields": [ { "name": "resources", "type": "resource_info[]" } ] }-
{ "name": "reveal", "base": "", "fields": [ { "name": "oracle_id", "type": "name" }, { "name": "epoch", "type": "uint64" }, { "name": "reveal", "type": "checksum256" } ] } reveal 的表格行类型
{ "name": "reveal_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "epoch", "type": "uint64" }, { "name": "oracle_id", "type": "name" }, { "name": "reveal", "type": "checksum256" } ] }-
{ "name": "rmmodule", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "module_index", "type": "uint8" }, { "name": "target_ref", "type": "cargo_ref?" } ] } -
{ "name": "rmnftcfg", "base": "", "fields": [ { "name": "item_id", "type": "uint16" } ] } 的结构体属性 travelplan
{ "name": "route_waypoint", "base": "", "fields": [ { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] }-
{ "name": "schedule", "base": "", "fields": [ { "name": "started", "type": "time_point" }, { "name": "tasks", "type": "task[]" } ] } 的结构体属性 nft_schema_def
{ "name": "schema_field", "base": "", "fields": [ { "name": "name", "type": "string" }, { "name": "field_type", "type": "string" } ] }-
{ "name": "service_row", "base": "", "fields": [ { "name": "entity", "type": "uint64" }, { "name": "sockets", "type": "service_socket[]" } ] } 的结构体属性 service_row
{ "name": "service_socket", "base": "", "fields": [ { "name": "open", "type": "bool" } ] }-
{ "name": "setcivic", "base": "", "fields": [ { "name": "account", "type": "name" } ] } setcluster中的操作参数
{ "name": "setcluster", "base": "", "fields": [ { "name": "row", "type": "cluster_row" } ] }-
{ "name": "setcoords", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] } setinfburn中的操作参数
{ "name": "setinfburn", "base": "", "fields": [ { "name": "bps", "type": "uint16" } ] }-
{ "name": "setinfd1", "base": "", "fields": [ { "name": "d1", "type": "uint32" } ] } setinfdemand中的操作参数
{ "name": "setinfdemand", "base": "", "fields": [ { "name": "peak", "type": "uint64" }, { "name": "base", "type": "uint64" }, { "name": "floor", "type": "uint64" } ] }setinfmint中的操作参数
{ "name": "setinfmint", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "threshold", "type": "uint64" } ] }setinfweight中的操作参数
{ "name": "setinfweight", "base": "", "fields": [ { "name": "category", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "weight_fp", "type": "uint64" } ] }-
{ "name": "setnextid", "base": "", "fields": [ { "name": "next_id", "type": "uint64" } ] } -
{ "name": "setnftcfg", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "template_id", "type": "int32" }, { "name": "schema_name", "type": "name" } ] } -
{ "name": "setsocket", "base": "", "fields": [ { "name": "workshop_id", "type": "uint64" }, { "name": "slot", "type": "uint8" }, { "name": "open", "type": "bool" } ] } setthreshold中的操作参数
{ "name": "setthreshold", "base": "", "fields": [ { "name": "threshold", "type": "uint8" } ] }setwrapcost中的操作参数
{ "name": "setwrapcost", "base": "", "fields": [ { "name": "item_type", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "amount", "type": "uint64" } ] }setwrapfee中的操作参数
{ "name": "setwrapfee", "base": "", "fields": [ { "name": "fee_pct", "type": "uint16" }, { "name": "fee_account", "type": "name" } ] }-
{ "name": "shuttle", "base": "", "fields": [ { "name": "carrier", "type": "uint64" }, { "name": "from_id", "type": "uint64" }, { "name": "to_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] } 的结构体属性 entity_layout
{ "name": "slot_def", "base": "", "fields": [ { "name": "type", "type": "uint8" }, { "name": "output_pct", "type": "uint16" }, { "name": "max_tier", "type": "uint8" } ] }-
{ "name": "stat_slot_response", "base": "", "fields": [ { "name": "sources", "type": "stat_source[]" } ] } 的结构体属性 stat_slot_response
{ "name": "stat_source", "base": "", "fields": [ { "name": "input_index", "type": "uint8" }, { "name": "input_stat_index", "type": "uint8" } ] }-
{ "name": "state_row", "base": "", "fields": [ { "name": "enabled", "type": "bool" }, { "name": "epoch", "type": "uint32" }, { "name": "seed", "type": "checksum256" } ] } -
{ "name": "stowcargo", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "entity_id", "type": "uint64" }, { "name": "nexus_id", "type": "uint64" }, { "name": "cargo_id", "type": "uint64" }, { "name": "quantity", "type": "uint64" } ] } stowentity中的操作参数
{ "name": "stowentity", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "entity_id", "type": "uint64" }, { "name": "nexus_id", "type": "uint64" } ] }getstratum 的操作返回类型
{ "name": "stratum_data", "base": "", "fields": [ { "name": "stratum", "type": "stratum_info" }, { "name": "stats", "type": "resource_stats" } ] }的结构体属性 stratum_data
{ "name": "stratum_info", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "seed", "type": "uint64" }, { "name": "richness", "type": "uint16" }, { "name": "reserve", "type": "uint32" }, { "name": "reserve_max", "type": "uint32" } ] }-
{ "name": "stratum_remaining", "base": "", "fields": [ { "name": "stratum", "type": "uint16" }, { "name": "remaining", "type": "uint32" }, { "name": "last_block", "type": "block_timestamp_type" } ] } swapmodule中的操作参数
{ "name": "swapmodule", "base": "", "fields": [ { "name": "entity_id", "type": "uint64" }, { "name": "module_index", "type": "uint8" }, { "name": "module_ref", "type": "cargo_ref" } ] }-
{ "name": "swaptile", "base": "", "fields": [ { "name": "hub_id", "type": "uint64" }, { "name": "a_gx", "type": "int8" }, { "name": "a_gy", "type": "int8" }, { "name": "b_gx", "type": "int8" }, { "name": "b_gy", "type": "int8" } ] } -
{ "name": "task", "base": "", "fields": [ { "name": "type", "type": "uint8" }, { "name": "duration", "type": "uint32" }, { "name": "cancelable", "type": "uint8" }, { "name": "coordinates", "type": "coordinates?" }, { "name": "cargo", "type": "cargo_item[]" }, { "name": "couplings", "type": "coupling[]" }, { "name": "subject", "type": "entity_ref?" }, { "name": "entitygroup", "type": "uint64?" }, { "name": "energy_cost", "type": "uint32?" }, { "name": "target_item_id", "type": "uint16?" }, { "name": "refit", "type": "refit_op?" } ] } 的结构体属性 notify
{ "name": "task_event", "base": "", "fields": [ { "name": "event_type", "type": "uint8" }, { "name": "owner", "type": "name" }, { "name": "entity_type", "type": "name" }, { "name": "entity_id", "type": "uint64" }, { "name": "task_index", "type": "uint32" }, { "name": "task", "type": "task" }, { "name": "starts_at", "type": "time_point" }, { "name": "completes_at", "type": "time_point" }, { "name": "new_energy", "type": "uint32?" }, { "name": "lane_key", "type": "uint8" } ] }abandonplot 的操作返回类型
addcontrib 的操作返回类型
buildplot 的操作返回类型
claimplot 的操作返回类型
clustercraft 的操作返回类型
craft 的操作返回类型
demolish 的操作返回类型
deploy 的操作返回类型
depotstore 的操作返回类型
depottake 的操作返回类型
gather 的操作返回类型
gatherplan 的操作返回类型
grouptransit 的操作返回类型
grouptravel 的操作返回类型
launch 的操作返回类型
load 的操作返回类型
movetile 的操作返回类型
placecargo 的操作返回类型
placeentity 的操作返回类型
recharge 的操作返回类型
shuttle 的操作返回类型
stowcargo 的操作返回类型
stowentity 的操作返回类型
swaptile 的操作返回类型
transit 的操作返回类型
travel 的操作返回类型
travelplan 的操作返回类型
undeploy 的操作返回类型
unload 的操作返回类型
upgrade 的操作返回类型
warp 的操作返回类型
{ "name": "task_results", "base": "", "fields": [ { "name": "entities", "type": "entity_task_info[]" } ] }-
{ "name": "template_meta_row", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "kind", "type": "name" }, { "name": "display_label", "type": "string" } ] } -
{ "name": "transit", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "ax", "type": "int64" }, { "name": "ay", "type": "int64" }, { "name": "bx", "type": "int64" }, { "name": "by", "type": "int64" } ] } -
{ "name": "travel", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "recharge", "type": "bool" } ] } travelplan中的操作参数
{ "name": "travelplan", "base": "", "fields": [ { "name": "entities", "type": "entity_ref[]" }, { "name": "waypoints", "type": "route_waypoint[]" }, { "name": "recharge", "type": "bool" } ] }-
{ "name": "types_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "entity_summary_type", "type": "entity_summary" }, { "name": "game_config_type", "type": "game_config" }, { "name": "stratum_remaining_type", "type": "stratum_remaining" }, { "name": "nft_item_payload_type", "type": "nft_item_payload" }, { "name": "decomp_result_type", "type": "decomp_result" }, { "name": "demand_result_type", "type": "demand_result" }, { "name": "infvalue_result_type", "type": "infvalue_result" }, { "name": "influence_totals_type", "type": "influence_totals" }, { "name": "pools_result_type", "type": "pools_result" }, { "name": "pool_pair_result_type", "type": "pool_pair_result" }, { "name": "mintcfg_result_type", "type": "mintcfg_result" }, { "name": "charter_result_type", "type": "charter_result" }, { "name": "charterready_result_type", "type": "charterready_result" }, { "name": "vote_result_type", "type": "vote_result" }, { "name": "depot_view_type", "type": "depot_view" } ] } -
{ "name": "undeploy", "base": "", "fields": [ { "name": "host_id", "type": "uint64" }, { "name": "target_id", "type": "uint64" } ] } -
{ "name": "unload", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "to_id", "type": "uint64" }, { "name": "items", "type": "cargo_item[]" } ] } -
{ "name": "upgjob_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "dock", "type": "uint64" }, { "name": "target", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "coords", "type": "coordinates" }, { "name": "starts_at", "type": "time_point" }, { "name": "completes_at", "type": "time_point" }, { "name": "target_item_id", "type": "uint16" }, { "name": "cargo", "type": "cargo_item[]" } ] } getupgjobs 的操作返回类型
{ "name": "upgjobs_result", "base": "", "fields": [ { "name": "jobs", "type": "upgjob_row[]" } ] }-
{ "name": "upgrade", "base": "", "fields": [ { "name": "builder_id", "type": "uint64" }, { "name": "target_id", "type": "uint64" }, { "name": "target_item_id", "type": "uint16" }, { "name": "inputs", "type": "cargo_item[]" }, { "name": "slot", "type": "uint8?" } ] } upgradejob中的操作参数
{ "name": "upgradejob", "base": "", "fields": [ { "name": "target_id", "type": "uint64" }, { "name": "dock_id", "type": "uint64" }, { "name": "target_item_id", "type": "uint16" }, { "name": "inputs", "type": "cargo_item[]" } ] }的结构体属性 vote_result
{ "name": "vote_option", "base": "", "fields": [ { "name": "node_id", "type": "uint32" }, { "name": "cost", "type": "uint64" }, { "name": "total", "type": "uint64" }, { "name": "eligible", "type": "bool" } ] }-
{ "name": "vote_result", "base": "", "fields": [ { "name": "location_id", "type": "uint64" }, { "name": "epoch", "type": "uint32" }, { "name": "ballot_epoch", "type": "uint32" }, { "name": "chosen", "type": "uint32" }, { "name": "chosen_epoch", "type": "uint32" }, { "name": "effective", "type": "uint32" }, { "name": "options", "type": "vote_option[]" } ] } votecharter中的操作参数
{ "name": "votecharter", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" }, { "name": "node_id", "type": "uint32" } ] }-
{ "name": "voteready", "base": "", "fields": [ { "name": "max_ballots", "type": "uint32" } ] } -
{ "name": "warp", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "x", "type": "int64" }, { "name": "y", "type": "int64" } ] } -
{ "name": "warp_stats", "base": "", "fields": [ { "name": "range", "type": "uint32" } ] } -
{ "name": "wipe", "base": "", "fields": [] } getwormhole 的操作返回类型
{ "name": "wormhole_info", "base": "", "fields": [ { "name": "coords", "type": "coordinates" }, { "name": "is_wormhole", "type": "bool" }, { "name": "destination", "type": "coordinates" } ] }wrapconfig 的表格行类型
{ "name": "wrapconfig_row", "base": "", "fields": [ { "name": "fee_pct", "type": "uint16" }, { "name": "fee_account", "type": "name" } ] }wrapcost 的表格行类型
{ "name": "wrapcost_row", "base": "", "fields": [ { "name": "item_type", "type": "uint8" }, { "name": "tier", "type": "uint8" }, { "name": "amount", "type": "uint64" } ] }