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.