Module pallet_nomination_pools::migration::versioned
source · Expand description
Exports for versioned migration type
s for this pallet.
Type Aliases§
- Wrapper over
MigrateToV6
with convenience version checks. - Migration V6 to V7 wrapped in a [
frame_support::migrations::VersionedMigration
], ensuring the migration is only performed when on-chain version is 6. - v8: Adds commission claim permissions to
BondedPools
.