pub type EraPruningState<T: Config> = StorageMap<_GeneratedPrefixForStorageEraPruningState<T>, Twox64Concat, EraIndex, PruningStep>;
Expand description
Tracks the current step of era pruning process for each era being lazily pruned.
Storage type is [StorageMap
] with key type EraIndex
and value type PruningStep
.
Aliased Type§
struct EraPruningState<T: Config>(/* private fields */);