Vaulta

betfyplayers

Contract

  • Struct property of addplayers

    Table row type of players

    {
      "name": "players",
      "base": "",
      "fields": [
        {
          "name": "playid",
          "type": "uint64"
        },
        {
          "name": "tokenbet",
          "type": "int32"
        },
        {
          "name": "playername",
          "type": "string"
        },
        {
          "name": "matchid",
          "type": "string"
        },
        {
          "name": "matchactions",
          "type": "string"
        },
        {
          "name": "matchodds",
          "type": "float32"
        },
        {
          "name": "payout",
          "type": "float32"
        },
        {
          "name": "win",
          "type": "bool"
        }
      ]
    }