Jungle 4 (Testnet)

eon.shipload

Contract

  • Struct property of schedule

    Struct property of 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?"
        }
      ]
    }