pub type Initialized<T: Config> = StorageValue<_GeneratedPrefixForStorageInitialized<T>, bool, ValueQuery>;
Expand description
Stores the initialization state of the pallet
The pallet is considered uninitialized if no inherent was executed since the genesis block or since the last change of the main chain scripts.
Storage type is [StorageValue
] with value type bool
.
Aliased Typeยง
pub struct Initialized<T: Config>(/* private fields */);