referrerpolicy=no-referrer-when-downgrade

Type Alias 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).

Storage type is [StorageValue] with value type Percent.

Aliased Type§

struct ChillThreshold<T: Config>(/* private fields */);