Constant game_of_chance_io::MAX_NUMBER_OF_PLAYERS
source · pub const MAX_NUMBER_OF_PLAYERS: usize = _; // 65_536usizeExpand description
The maximum number of participants for one game round.
The limited number of participants is required because this contract (like all the others) has a limited amount of memory, so it can’t store too many participants.