Jungle 4 (Testnet)

eon.shipload

合约

此合约定义的数据结构。

  • 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[]"
        }
      ]
    }
  • addmodule中的操作参数

    {
      "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?"
        }
      ]
    }
  • addnexus中的操作参数

    {
      "name": "addnexus",
      "base": "",
      "fields": [
        {
          "name": "nexus_name",
          "type": "string"
        },
        {
          "name": "x",
          "type": "int64"
        },
        {
          "name": "y",
          "type": "int64"
        }
      ]
    }
  • addoracle中的操作参数

    {
      "name": "addoracle",
      "base": "",
      "fields": [
        {
          "name": "oracle_id",
          "type": "name"
        }
      ]
    }
  • blend中的操作参数

    {
      "name": "blend",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "inputs",
          "type": "cargo_item[]"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "name": "builder_lane",
      "base": "",
      "fields": [
        {
          "name": "slot_index",
          "type": "uint8"
        },
        {
          "name": "speed",
          "type": "uint16"
        },
        {
          "name": "drain",
          "type": "uint32"
        },
        {
          "name": "output_pct",
          "type": "uint16"
        }
      ]
    }
  • buildplot中的操作参数

    {
      "name": "buildplot",
      "base": "",
      "fields": [
        {
          "name": "builder_id",
          "type": "uint64"
        },
        {
          "name": "plot_id",
          "type": "uint64"
        }
      ]
    }
  • cancel中的操作参数

    {
      "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?"
        }
      ]
    }
  • canceljob中的操作参数

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 addmodule

    的结构体属性 deploy

    的结构体属性 rmmodule

    的结构体属性 swapmodule

    {
      "name": "cargo_ref",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        },
        {
          "name": "stats",
          "type": "uint64"
        },
        {
          "name": "modules",
          "type": "module_entry[]"
        },
        {
          "name": "entity_id",
          "type": "uint64?"
        }
      ]
    }
  • 的结构体属性 importcargo

    cargo 的表格行类型

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getcharter 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getchrtready 的操作返回类型

    {
      "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"
        }
      ]
    }
  • claims 的表格行类型

    {
      "name": "claim_row",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • claimjob中的操作参数

    {
      "name": "claimjob",
      "base": "",
      "fields": [
        {
          "name": "job_id",
          "type": "uint64"
        },
        {
          "name": "ship_id",
          "type": "uint64"
        }
      ]
    }
  • claimplot中的操作参数

    {
      "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"
        }
      ]
    }
  • cleanrsvp中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 setcluster

    cluster 的表格行类型

    getcluster 的操作返回类型

    {
      "name": "cluster_row",
      "base": "",
      "fields": [
        {
          "name": "root",
          "type": "uint64"
        },
        {
          "name": "cells",
          "type": "cluster_cell[]"
        }
      ]
    }
  • 的结构体属性 claimplot

    的结构体属性 deploy

    {
      "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?"
        }
      ]
    }
  • commit中的操作参数

    {
      "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"
        }
      ]
    }
  • configlog中的操作参数

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 task

    {
      "name": "coupling",
      "base": "",
      "fields": [
        {
          "name": "counterpart",
          "type": "entity_ref"
        },
        {
          "name": "hold",
          "type": "uint64"
        },
        {
          "name": "kind",
          "type": "uint8"
        }
      ]
    }
  • craft中的操作参数

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "name": "crafter_lane",
      "base": "",
      "fields": [
        {
          "name": "slot_index",
          "type": "uint8"
        },
        {
          "name": "speed",
          "type": "uint16"
        },
        {
          "name": "drain",
          "type": "uint32"
        },
        {
          "name": "output_pct",
          "type": "uint16"
        }
      ]
    }
  • craftjob中的操作参数

    {
      "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[]"
        }
      ]
    }
  • dbgcredit中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getdecomp 的操作返回类型

    {
      "name": "decomp_result",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        },
        {
          "name": "processed_kg",
          "type": "uint64"
        },
        {
          "name": "buckets",
          "type": "decomp_bucket[]"
        }
      ]
    }
  • delentity中的操作参数

    {
      "name": "delentity",
      "base": "",
      "fields": [
        {
          "name": "entity_id",
          "type": "uint64"
        }
      ]
    }
  • 的结构体属性 types_row

    getdemand 的操作返回类型

    {
      "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"
        }
      ]
    }
  • demolish中的操作参数

    {
      "name": "demolish",
      "base": "",
      "fields": [
        {
          "name": "entity_id",
          "type": "uint64"
        }
      ]
    }
  • deploy中的操作参数

    {
      "name": "deploy",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "ref",
          "type": "cargo_ref"
        },
        {
          "name": "slot",
          "type": "cluster_slot?"
        }
      ]
    }
  • 的结构体属性 depot_view

    depot 的表格行类型

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 types_row

    getdepot 的操作返回类型

    {
      "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[]"
        }
      ]
    }
  • depottake中的操作参数

    {
      "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[]"
        }
      ]
    }
  • enable中的操作参数

    {
      "name": "enable",
      "base": "",
      "fields": [
        {
          "name": "enabled",
          "type": "bool"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "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"
        }
      ]
    }
  • getentities 的操作返回类型

    getentity 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 genesisfleet

    的结构体属性 importentity

    entity 的表格行类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getsummaries 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 importgroup

    entitygroup 的表格行类型

    {
      "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"
        }
      ]
    }
  • getentcls 的操作返回类型

    getitemtypes 的操作返回类型

    getmodtypes 的操作返回类型

    getrescats 的操作返回类型

    {
      "name": "enum_result",
      "base": "",
      "fields": [
        {
          "name": "members",
          "type": "enum_member[]"
        }
      ]
    }
  • 的结构体属性 importepoch

    epoch 的表格行类型

    {
      "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"
        }
      ]
    }
  • found中的操作参数

    {
      "name": "found",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "entity_id",
          "type": "uint64"
        },
        {
          "name": "x",
          "type": "int64"
        },
        {
          "name": "y",
          "type": "int64"
        }
      ]
    }
  • 的结构体属性 configlog

    的结构体属性 types_row

    getconfig 的操作返回类型

    {
      "name": "game_config",
      "base": "",
      "fields": [
        {
          "name": "version",
          "type": "uint32"
        },
        {
          "name": "defaults",
          "type": "entity_defaults"
        },
        {
          "name": "items",
          "type": "item_def[]"
        }
      ]
    }
  • gather中的操作参数

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "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"
        }
      ]
    }
  • getconfig中的操作参数

    {
      "name": "getconfig",
      "base": "",
      "fields": []
    }
  • getdecomp中的操作参数

    {
      "name": "getdecomp",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        }
      ]
    }
  • getdemand中的操作参数

    {
      "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"
        }
      ]
    }
  • getdepot中的操作参数

    {
      "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"
        }
      ]
    }
  • getentcls中的操作参数

    {
      "name": "getentcls",
      "base": "",
      "fields": []
    }
  • getentities中的操作参数

    {
      "name": "getentities",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "entity_type",
          "type": "name?"
        }
      ]
    }
  • getentity中的操作参数

    {
      "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": []
    }
  • getitems中的操作参数

    {
      "name": "getitems",
      "base": "",
      "fields": []
    }
  • getitemtype中的操作参数

    {
      "name": "getitemtype",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        }
      ]
    }
  • getitemtypes中的操作参数

    {
      "name": "getitemtypes",
      "base": "",
      "fields": []
    }
  • getjobs中的操作参数

    {
      "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": []
    }
  • getnearby中的操作参数

    {
      "name": "getnearby",
      "base": "",
      "fields": [
        {
          "name": "entity_id",
          "type": "uint64"
        },
        {
          "name": "recharge",
          "type": "bool"
        }
      ]
    }
  • getnftbase中的操作参数

    {
      "name": "getnftbase",
      "base": "",
      "fields": []
    }
  • getnftinfo中的操作参数

    {
      "name": "getnftinfo",
      "base": "",
      "fields": []
    }
  • getplayer中的操作参数

    {
      "name": "getplayer",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • getpool中的操作参数

    {
      "name": "getpool",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "uint8"
        },
        {
          "name": "tier",
          "type": "uint8"
        }
      ]
    }
  • getpools中的操作参数

    {
      "name": "getpools",
      "base": "",
      "fields": []
    }
  • getprojstate中的操作参数

    {
      "name": "getprojstate",
      "base": "",
      "fields": [
        {
          "name": "entity_id",
          "type": "uint64"
        },
        {
          "name": "task_count",
          "type": "uint8?"
        }
      ]
    }
  • getrecipe中的操作参数

    {
      "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"
        }
      ]
    }
  • getslots中的操作参数

    {
      "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": []
    }
  • getvotes中的操作参数

    {
      "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"
        }
      ]
    }
  • hash中的操作参数

    {
      "name": "hash",
      "base": "",
      "fields": [
        {
          "name": "value",
          "type": "string"
        }
      ]
    }
  • hash512中的操作参数

    {
      "name": "hash512",
      "base": "",
      "fields": [
        {
          "name": "value",
          "type": "string"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "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"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 entity_row

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getinfluence 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getinfvalue 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 game_config

    的结构体属性 itemdata_result

    的结构体属性 items_info

    {
      "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[]"
        }
      ]
    }
  • craftjob 的操作返回类型

    upgradejob 的操作返回类型

    {
      "name": "job_receipt",
      "base": "",
      "fields": [
        {
          "name": "job_id",
          "type": "uint64"
        },
        {
          "name": "starts_at",
          "type": "time_point"
        },
        {
          "name": "completes_at",
          "type": "time_point"
        }
      ]
    }
  • 的结构体属性 jobs_result

    jobs 的表格行类型

    {
      "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[]"
        }
      ]
    }
  • join中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 entity_row

    {
      "name": "lane",
      "base": "",
      "fields": [
        {
          "name": "lane_key",
          "type": "uint8"
        },
        {
          "name": "schedule",
          "type": "schedule"
        }
      ]
    }
  • launch中的操作参数

    {
      "name": "launch",
      "base": "",
      "fields": [
        {
          "name": "launcher_id",
          "type": "uint64"
        },
        {
          "name": "catcher_id",
          "type": "uint64"
        },
        {
          "name": "items",
          "type": "cargo_item[]"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "name": "launcher_stats",
      "base": "",
      "fields": [
        {
          "name": "charge_rate",
          "type": "uint16"
        },
        {
          "name": "velocity",
          "type": "uint16"
        },
        {
          "name": "drain",
          "type": "uint16"
        }
      ]
    }
  • load中的操作参数

    {
      "name": "load",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from_id",
          "type": "uint64"
        },
        {
          "name": "items",
          "type": "cargo_item[]"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "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"
        }
      ]
    }
  • 的结构体属性 nearby_system

    getlocation 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 mintcfg_result

    {
      "name": "mint_threshold_view",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "uint8"
        },
        {
          "name": "tier",
          "type": "uint8"
        },
        {
          "name": "threshold",
          "type": "uint64"
        }
      ]
    }
  • 的结构体属性 types_row

    getmintcfg 的操作返回类型

    {
      "name": "mintcfg_result",
      "base": "",
      "fields": [
        {
          "name": "thresholds",
          "type": "mint_threshold_view[]"
        },
        {
          "name": "burn_bps",
          "type": "uint16"
        }
      ]
    }
  • mintq 的表格行类型

    {
      "name": "mintq_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "grade",
          "type": "uint8"
        }
      ]
    }
  • mintready中的操作参数

    {
      "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[]"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "name": "movement_stats",
      "base": "",
      "fields": [
        {
          "name": "thrust",
          "type": "uint32"
        },
        {
          "name": "drain",
          "type": "uint32"
        }
      ]
    }
  • movetile中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 importnftcfg

    nftconfig 的表格行类型

    {
      "name": "nftconfig_row",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        },
        {
          "name": "template_id",
          "type": "int32"
        },
        {
          "name": "schema_name",
          "type": "name"
        }
      ]
    }
  • nftimgurl中的操作参数

    {
      "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[]"
        }
      ]
    }
  • notify中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getpool 的操作返回类型

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getpools 的操作返回类型

    {
      "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"
        }
      ]
    }
  • recharge中的操作参数

    {
      "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?"
        }
      ]
    }
  • 的结构体属性 itemdata_result

    getrecipe 的操作返回类型

    getrecipes 的操作返回类型

    {
      "name": "recipes_result",
      "base": "",
      "fields": [
        {
          "name": "recipes",
          "type": "recipe_response[]"
        }
      ]
    }
  • 的结构体属性 task

    {
      "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"
        }
      ]
    }
  • rename中的操作参数

    {
      "name": "rename",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "name",
          "type": "string"
        }
      ]
    }
  • 的结构体属性 importreserve

    reserve 的表格行类型

    {
      "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"
        }
      ]
    }
  • resolve中的操作参数

    {
      "name": "resolve",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint64?"
        }
      ]
    }
  • resolve 的操作返回类型

    resolveearly 的操作返回类型

    {
      "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[]"
        }
      ]
    }
  • reveal中的操作参数

    {
      "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"
        }
      ]
    }
  • rmmodule中的操作参数

    {
      "name": "rmmodule",
      "base": "",
      "fields": [
        {
          "name": "entity_id",
          "type": "uint64"
        },
        {
          "name": "module_index",
          "type": "uint8"
        },
        {
          "name": "target_ref",
          "type": "cargo_ref?"
        }
      ]
    }
  • rmnftcfg中的操作参数

    {
      "name": "rmnftcfg",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        }
      ]
    }
  • 的结构体属性 travelplan

    {
      "name": "route_waypoint",
      "base": "",
      "fields": [
        {
          "name": "x",
          "type": "int64"
        },
        {
          "name": "y",
          "type": "int64"
        }
      ]
    }
  • 的结构体属性 lane

    {
      "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"
        }
      ]
    }
  • service 的表格行类型

    getservice 的操作返回类型

    {
      "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"
        }
      ]
    }
  • setcivic中的操作参数

    {
      "name": "setcivic",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • setcluster中的操作参数

    {
      "name": "setcluster",
      "base": "",
      "fields": [
        {
          "name": "row",
          "type": "cluster_row"
        }
      ]
    }
  • setcoords中的操作参数

    {
      "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"
        }
      ]
    }
  • setinfd1中的操作参数

    {
      "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"
        }
      ]
    }
  • setnextid中的操作参数

    {
      "name": "setnextid",
      "base": "",
      "fields": [
        {
          "name": "next_id",
          "type": "uint64"
        }
      ]
    }
  • setnftcfg中的操作参数

    {
      "name": "setnftcfg",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        },
        {
          "name": "template_id",
          "type": "int32"
        },
        {
          "name": "schema_name",
          "type": "name"
        }
      ]
    }
  • setsocket中的操作参数

    {
      "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"
        }
      ]
    }
  • shuttle中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 recipe_response

    {
      "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"
        }
      ]
    }
  • 的结构体属性 importstate

    state 的表格行类型

    {
      "name": "state_row",
      "base": "",
      "fields": [
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "epoch",
          "type": "uint32"
        },
        {
          "name": "seed",
          "type": "checksum256"
        }
      ]
    }
  • stowcargo中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getreserves 的操作返回类型

    {
      "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"
        }
      ]
    }
  • swaptile中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 schedule

    的结构体属性 task_event

    {
      "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[]"
        }
      ]
    }
  • 的结构体属性 kind_meta_result

    {
      "name": "template_meta_row",
      "base": "",
      "fields": [
        {
          "name": "item_id",
          "type": "uint16"
        },
        {
          "name": "kind",
          "type": "name"
        },
        {
          "name": "display_label",
          "type": "string"
        }
      ]
    }
  • transit中的操作参数

    {
      "name": "transit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "ax",
          "type": "int64"
        },
        {
          "name": "ay",
          "type": "int64"
        },
        {
          "name": "bx",
          "type": "int64"
        },
        {
          "name": "by",
          "type": "int64"
        }
      ]
    }
  • travel中的操作参数

    {
      "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"
        }
      ]
    }
  • types 的表格行类型

    {
      "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"
        }
      ]
    }
  • undeploy中的操作参数

    {
      "name": "undeploy",
      "base": "",
      "fields": [
        {
          "name": "host_id",
          "type": "uint64"
        },
        {
          "name": "target_id",
          "type": "uint64"
        }
      ]
    }
  • unload中的操作参数

    {
      "name": "unload",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "to_id",
          "type": "uint64"
        },
        {
          "name": "items",
          "type": "cargo_item[]"
        }
      ]
    }
  • 的结构体属性 upgjobs_result

    upgjobs 的表格行类型

    {
      "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[]"
        }
      ]
    }
  • upgrade中的操作参数

    {
      "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"
        }
      ]
    }
  • 的结构体属性 types_row

    getvotes 的操作返回类型

    {
      "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"
        }
      ]
    }
  • voteready中的操作参数

    {
      "name": "voteready",
      "base": "",
      "fields": [
        {
          "name": "max_ballots",
          "type": "uint32"
        }
      ]
    }
  • warp中的操作参数

    {
      "name": "warp",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "x",
          "type": "int64"
        },
        {
          "name": "y",
          "type": "int64"
        }
      ]
    }
  • 的结构体属性 entity_info

    的结构体属性 projected_state

    {
      "name": "warp_stats",
      "base": "",
      "fields": [
        {
          "name": "range",
          "type": "uint32"
        }
      ]
    }
  • wipe中的操作参数

    {
      "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"
        }
      ]
    }