Type Definition pallet_bootstrap::pallet::PromoteBootstrapPool
source · pub type PromoteBootstrapPool<T: Config> = StorageValue<_GeneratedPrefixForStoragePromoteBootstrapPool<T>, bool, ValueQuery>;
Expand description
Wheter to automatically promote the pool after [BootstrapPhase::PublicPhase
] or not.
Storage type is StorageValue
with value type bool
.