Type Definition pallet_elections::pallet::NextFinalize [−][src]
type NextFinalize<T: Config> = StorageValue<_GeneratedPrefixForStorageNextFinalize<T>, (T::BlockNumber, u32, Vec<T::AccountId>)>;
Expand description
The accounts holding the seats that will become free on the next tally.