Type Alias pallet_xc_asset_config::migrations::versioned::V4ToV5
source · pub type V4ToV5<T> = VersionedMigration<4, 5, UncheckedMigrationRemoveAssetHubStep<T>, Pallet<T>, <T as Config>::DbWeight>;Expand description
Migration storage V4 to V5 which removes AssetHubMigrationStep.
Aliased Type§
struct V4ToV5<T> { /* private fields */ }