Type Definition darwinia_staking::pallet::ChillThreshold
source · [−]pub type ChillThreshold<T: Config> = StorageValue<_GeneratedPrefixForStorageChillThreshold<T>, Percent, OptionQuery>;Expand description
The threshold for when users can start calling chill_other for other validators /
nominators. The threshold is compared to the actual number of validators / nominators
(CountFor*) in the system compared to the configured max (Max*Count).