Vaulta

zlkggamerobs

Contract

The data structures defined by this contract.

  • Action parameter in delalldb

    {
      "name": "delalldb",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        }
      ]
    }
  • Table row type of gameaccounts

    {
      "name": "game_account",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of robrecord

    {
      "name": "game_record",
      "base": "",
      "fields": [
        {
          "name": "game_rob_id",
          "type": "uint64"
        },
        {
          "name": "settle_current_players",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "player1",
          "type": "name"
        },
        {
          "name": "player1_id",
          "type": "uint64"
        },
        {
          "name": "qishu",
          "type": "uint64"
        },
        {
          "name": "player1_win_flag",
          "type": "uint64"
        },
        {
          "name": "player1_transfer_id",
          "type": "string"
        },
        {
          "name": "player2",
          "type": "name"
        },
        {
          "name": "player2_id",
          "type": "uint64"
        },
        {
          "name": "player2_win_flag",
          "type": "uint64"
        },
        {
          "name": "player2_transfer_id",
          "type": "string"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "player1_winbet",
          "type": "asset"
        },
        {
          "name": "player2_winbet",
          "type": "asset"
        }
      ]
    }
  • Table row type of rob

    {
      "name": "global_rob",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "current_qishu",
          "type": "uint64"
        },
        {
          "name": "current_players",
          "type": "uint64"
        }
      ]
    }
  • Table row type of offers

    {
      "name": "offer",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "gameid",
          "type": "uint64"
        },
        {
          "name": "transfer_id",
          "type": "string"
        }
      ]
    }
  • Table row type of placcounts

    {
      "name": "platform_account",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "invite_name",
          "type": "name"
        },
        {
          "name": "register_timestamp",
          "type": "uint64"
        }
      ]
    }
  • 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"
        }
      ]
    }