Type Alias pallet_xcm::migration::v1::MigrateToV1
source · pub type MigrateToV1<T> = VersionedMigration<0, 1, VersionUncheckedMigrateToV1<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Version checked migration to v1.
Wrapped in [frame_support::migrations::VersionedMigration
] so the pre/post checks don’t
begin failing after the upgrade is enacted on-chain.
Aliased Type§
struct MigrateToV1<T> { /* private fields */ }