referrerpolicy=no-referrer-when-downgrade

Type Alias MigrationToV2

Source
pub type MigrationToV2<T, I, LaneId> = VersionedMigration<1, 2, UncheckedMigrationV1ToV2<T, I, LaneId>, Pallet<T, I>, <T as Config>::DbWeight>;
Expand description

UncheckedMigrationV1ToV2 wrapped in a VersionedMigration, ensuring the migration is only performed when on-chain version is 1.

Aliased Type§

struct MigrationToV2<T, I, LaneId> { /* private fields */ }