pub fn migrate_custom_top<T: Config>(keys: Vec<Vec<u8>>, witness_size: u32)
Expand description
Migrate the list of top keys by iterating each of them one by one.
This does not affect the global migration process tracker (MigrationProcess
), and
should only be used in case any keys are leftover due to a bug.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::migrate_custom_top
.