pub type ProcessedUpToSlot<T: Config> = StorageValue<_GeneratedPrefixForStorageProcessedUpToSlot<T>, Slot, ValueQuery>;
Expand description
Stores the slot number up to which block participation has already been processed
Storage type is [StorageValue
] with value type Slot
.
Aliased Typeยง
pub struct ProcessedUpToSlot<T: Config>(/* private fields */);