Type Alias pallet_election_provider_multi_phase::pallet::QueuedSolution
source · pub type QueuedSolution<T: Config> = StorageValue<_GeneratedPrefixForStorageQueuedSolution<T>, ReadySolutionOf<T::MinerConfig>>;
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 ReadySolutionOf < T :: MinerConfig >
.
Aliased Type§
struct QueuedSolution<T: Config>(/* private fields */);