Type Alias pallet_subspace::pallet::ShouldAdjustSolutionRange

source ·
pub type ShouldAdjustSolutionRange<T: Config> = StorageValue<_GeneratedPrefixForStorageShouldAdjustSolutionRange<T>, bool, ValueQuery, T::ShouldAdjustSolutionRange>;
Expand description

Storage to check if the solution range is to be adjusted for next era

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct ShouldAdjustSolutionRange<T: Config>(/* private fields */);