Vaulta

bitpiedaisiu

Contract

  • Table row type of scores

    {
      "name": "st_score",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "wins",
          "type": "uint64"
        },
        {
          "name": "win_at",
          "type": "uint64"
        },
        {
          "name": "losts",
          "type": "uint64"
        },
        {
          "name": "lost_at",
          "type": "uint64"
        },
        {
          "name": "last_count",
          "type": "uint64"
        },
        {
          "name": "last_won",
          "type": "bool"
        }
      ]
    }