Type Definition pallet_election_provider_multi_phase::pallet::QueuedSolution
source · pub type QueuedSolution<T: Config> = StorageValue<_GeneratedPrefixForStorageQueuedSolution<T>, ReadySolution<T::AccountId, T::MaxWinners>>;Expand description
Current best solution, signed or unsigned, queued to be returned upon elect.
Always sorted by score.
Storage type is StorageValue with value type ReadySolution < T :: AccountId, T :: MaxWinners >.