Type Alias pallet_identity::migration::versioned::V0ToV1
source · pub type V0ToV1<T, const KL: u64> = VersionedMigration<0, 1, VersionUncheckedMigrateV0ToV1<T, KL>, Pallet<T>, <T as Config>::DbWeight>;
Aliased Type§
struct V0ToV1<T, const KL: u64> { /* private fields */ }