pub type V8ToV9<T, InitArgs> = VersionedMigration<8, 9, VersionMigrateV8ToV9<T, InitArgs>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migration V8 to V9 wrapped in a [frame_support::migrations::VersionedMigration], ensuring the migration is only performed when on-chain version is 9.

Aliased Type§

struct V8ToV9<T, InitArgs> { /* private fields */ }