Type Definition pallet_bootstrap::pallet::Phase

source ·
pub type Phase<T: Config> = StorageValue<_GeneratedPrefixForStoragePhase<T>, BootstrapPhase, ValueQuery>;
Expand description

Current state of bootstrap as BootstrapPhase

Storage type is StorageValue with value type BootstrapPhase.