Type Alias pallet_uniques::migration::MigrateV0ToV1
source · pub type MigrateV0ToV1<T, I> = VersionedMigration<0, 1, UncheckedMigrateToV1Impl<T, I>, Pallet<T, I>, <T as Config>::DbWeight>;
Expand description
Migrate the pallet storage from 0
to 1
.
Aliased Type§
struct MigrateV0ToV1<T, I> { /* private fields */ }