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§

struct InherentsApplied<T: Config>(/* private fields */);