Type Alias polkadot_runtime_parachains::scheduler::migration::MigrateV2ToV3
source · pub type MigrateV2ToV3<T> = VersionedMigration<2, 3, UncheckedMigrateToV3<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migrate V2
to V3
of the storage format.
Aliased Type§
struct MigrateV2ToV3<T> { /* private fields */ }