referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_messages::migration::v1::MigrationToV1

source ·
pub type MigrationToV1<T, I> = VersionedMigration<0, 1, UncheckedMigrationV0ToV1<T, I>, Pallet<T, I>, <T as Config>::DbWeight>;
Expand description

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

Aliased Type§

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