pub type V5toV6<T> = VersionedMigration<5, 6, MigrateToV6<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Wrapper over MigrateToV6 with convenience version checks.

Aliased Type§

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