<tournament_bounty_obj>

An object defining specific tournament bounties.

tournament_bounties

An object defining specific tournament bounties won by players in a bounty tournament hand.

Type: object

Structure:

{
	"player_id": int,
	"bounty_won": decimal,
	"defeated_player_id": int
}

Last updated