pub type Initialized<T: Config> = StorageValue<_GeneratedPrefixForStorageInitialized<T>, bool, ValueQuery, T::Initialized>;
Expand description

Storage type is StorageValue with value type bool.