Vaulta

eosknightsio

Contract

  • Table row type of season

    {
      "name": "season",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "info",
          "type": "seasoninfo"
        },
        {
          "name": "state",
          "type": "seasonstate"
        },
        {
          "name": "v1",
          "type": "uint64"
        },
        {
          "name": "v2",
          "type": "uint64"
        }
      ]
    }