Type Alias pallet_subspace::pallet::NextSolutionRangeOverride

source ·
pub type NextSolutionRangeOverride<T> = StorageValue<_GeneratedPrefixForStorageNextSolutionRangeOverride<T>, SolutionRangeOverride>;
Expand description

Override solution range during next update

Storage type is [StorageValue] with value type SolutionRangeOverride.

Aliased Type§

struct NextSolutionRangeOverride<T>(/* private fields */);