Vaulta

agc.shipload

Contract

  • Table row type of location

    {
      "name": "location_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "coordinates",
          "type": "coordinates"
        },
        {
          "name": "epoch",
          "type": "uint64"
        },
        {
          "name": "good_id",
          "type": "uint16"
        },
        {
          "name": "supply",
          "type": "uint16"
        }
      ]
    }