referrerpolicy=no-referrer-when-downgrade

InherentsApplied

Type Alias InherentsApplied 

Source
pub type InherentsApplied<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: Config>(/* private fields */);