pub type V2ToV3<T> = VersionedMigration<2, 3, MigrationXcmV4<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migration storage V2 to V3 wrapped in a [frame_support::migrations::VersionedMigration], ensuring the migration is only performed when on-chain version is 2.

Aliased Type§

struct V2ToV3<T> { /* private fields */ }