pub type MultiBlockMigrations<Runtime> = (ResetStorage<Runtime, Pallet<Runtime>, MigratedCandidatesStorageName>, ResetStorage<Runtime, Pallet<Runtime>, MigratedDelegatorsStorageName>, MigrateDelegationScheduledRequestsToDoubleMap<Runtime>);Expand description
List of common multiblock migrations to be executed by the pallet-migrations pallet. The migrations listed here are common to every moonbeam runtime.