Vaulta

threecountry

Contract

  • Table row type of battlescore

    {
      "name": "st_battle_score",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "practice_win",
          "type": "uint64"
        },
        {
          "name": "practice_lose",
          "type": "uint64"
        },
        {
          "name": "ladder_win",
          "type": "uint64"
        },
        {
          "name": "ladder_lose",
          "type": "uint64"
        },
        {
          "name": "king_win",
          "type": "uint64"
        },
        {
          "name": "king_lose",
          "type": "uint64"
        },
        {
          "name": "total_count",
          "type": "uint64"
        },
        {
          "name": "update_time",
          "type": "uint64"
        }
      ]
    }