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§
pub struct QueuedSolution<T: Config>(/* private fields */);