Type Alias 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 */ }