pub type MinimumValidatorCount<T> = StorageValue<_GeneratedPrefixForStorageMinimumValidatorCount<T>, u32, ValueQuery>;Expand description
Minimum number of staking participants before emergency conditions are imposed.
Storage type is [StorageValue] with value type u32.
Aliased Type§
struct MinimumValidatorCount<T>(/* private fields */);