referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_nomination_pools::migration::versioned::V5toV6

source ·
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 */ }