Vaulta

agc.shipload

Contract

  • Table row type of state

    {
      "name": "state_row",
      "base": "",
      "fields": [
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "epoch",
          "type": "uint64"
        },
        {
          "name": "salt",
          "type": "uint64"
        },
        {
          "name": "ships",
          "type": "uint32"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "commit",
          "type": "checksum256"
        }
      ]
    }