pub type MaxWinnersOf<T> = <<T as Config>::ElectionProvider as ElectionProviderBase>::MaxWinners;
Expand description
Maximum number of winners (aka. active validators), as defined in the election provider of this pallet.
pub type MaxWinnersOf<T> = <<T as Config>::ElectionProvider as ElectionProviderBase>::MaxWinners;
Maximum number of winners (aka. active validators), as defined in the election provider of this pallet.