Type Alias pallet_election_provider_multi_phase::pallet::CurrentPhase
source · pub type CurrentPhase<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentPhase<T>, Phase<BlockNumberFor<T>>, ValueQuery>;
Expand description
Current phase.
Storage type is [StorageValue
] with value type Phase < BlockNumberFor < T > >
.
Aliased Type§
struct CurrentPhase<T: Config>(/* private fields */);