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 */);