Type Alias pallet_xc_asset_config::migrations::versioned::V3ToV4
source · pub type V3ToV4<T> = VersionedMigration<3, 4, UncheckedMigrationXcmVersion<{ xcm::v5::VERSION }, T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migration storage V3 to V4 wrapped in a [frame_support::migrations::VersionedMigration
], ensuring
the migration is only performed when on-chain version is 3.
Aliased Type§
struct V3ToV4<T> { /* private fields */ }