Type Alias InherentsApplied
pub type InherentsApplied<T>where
T: Config, = StorageValue<_GeneratedPrefixForStorageInherentsApplied<T>, bool, ValueQuery>;Expand description
Whether all inherents have been applied.
Storage type is [StorageValue] with value type bool.
Aliased Type§
pub struct InherentsApplied<T>(/* private fields */)
where
T: Config;