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