Params
Bet module parameter types and definition.
The Bet module has the following parameters:
Batch Settlement Count: this is the count of bets to be settled automatically in each block.
Max bet by UID query count: is the max count of bets to be returned in the bets by UID list query.
Constraints: contains the bet wagering constraints.
The proto for the params is as follows:
Constraints
Constraints define the constraints that will apply while accepting bets. The following constraints can be applied to the bet acceptance criteria:
Min Amount: Blockchain should not accept bets with a bet amount (after the deduction of the bet fee) less than the value stored in this field.
Fee: Blockchain should set a fee for every bet it accepts.
The proto for the constraints are as follows:
Last updated