Jungle 4 (Testnet)

eon.shipload

合约

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