pub fn note_processing<T: Config>(up_to_slot: Slot)
Expand description
Registers the fact that block participation data has been released for processing and removes the handled data from block production log.
This inherent does not by itself process any data and only serves an operational function by cleaning up data that has been already processed by other components.
§Arguments
up_to_slot
: inclusive upper bound for processed data to be cleaned. This inherent saves the value ofup_to_slot
in the pallet’s storage and expects it to increase on each invocation.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::note_processing
.