pub type MigrateV4ToV5<T> = VersionedMigration<4, 5, UncheckedMigrateV4ToV5<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Ensures that the storage migrates cleanly to V5.

The migration itself is a no-op, but it checks that none of the BoundedVecs would truncate on the next decode after the upgrade was applied.

Aliased Type§

struct MigrateV4ToV5<T> { /* private fields */ }