pub type MaxWinnersOf<T> = <T as Config>::MaxValidatorSet;
Expand description
Alias for the maximum number of winners (aka. active validators), as defined in by this pallet’s config.
pub type MaxWinnersOf<T> = <T as Config>::MaxValidatorSet;
Alias for the maximum number of winners (aka. active validators), as defined in by this pallet’s config.