Function pallet_migrations::pallet::dispatchables::clear_historic
source · pub fn clear_historic<T: Config>(
selector: HistoricCleanupSelector<IdentifierOf<T>>,
)
Expand description
Clears the Historic
set.
map_cursor
must be set to the last value that was returned by the
HistoricCleared
event. The first time None
can be used. limit
must be chosen in a
way that will result in a sensible weight.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::clear_historic
.