pub type MultiBlockMigrations<Runtime> = (RemovePallet<Runtime, AssetManagerPalletName>, RemovePallet<Runtime, AssetsPalletName>);
Expand description
List of common multiblock migrations to be executed by the pallet_multiblock_migrations. The migrations listed here are common to every moonbeam runtime.