pub type Initialized<T: Config> = StorageValue<_GeneratedPrefixForStorageInitialized<T>, bool, ValueQuery>;
Expand description
Stores the pallet’s initialization state.
The pallet is considered initialized if its inherent has been successfuly called at least once since genesis or the last invocation of set_main_chain_scripts.
Storage type is [StorageValue
] with value type bool
.
Aliased Type§
pub struct Initialized<T: Config>(/* private fields */);