Vaulta

zlkggamerobs

Contract

  • Table row type of playerrecord

    {
      "name": "player_record",
      "base": "",
      "fields": [
        {
          "name": "qishu",
          "type": "uint64"
        },
        {
          "name": "transfer_id",
          "type": "string"
        },
        {
          "name": "settle_current_players",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "owner_id",
          "type": "uint64"
        },
        {
          "name": "owner_winbet",
          "type": "asset"
        },
        {
          "name": "owner_win_flag",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "player_id",
          "type": "uint64"
        },
        {
          "name": "player_winbet",
          "type": "asset"
        }
      ]
    }