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 */);