pub type Initialized<T: Config> = StorageValue<_GeneratedPrefixForStorageInitialized<T>, bool, ValueQuery, T::Initialized>;Expand description
Storage type is [StorageValue] with value type bool.
Aliased Typeยง
struct Initialized<T: Config>(/* private fields */);