contracts_rococo_runtime

Type Alias Migrations

Source
pub type Migrations = (MigrateToV1<Runtime>, MigrationToV2<Runtime>, Migration<Runtime>, MigrationToV2<Runtime>, MigrationToV3<Runtime>, Migration<Runtime>, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, MigrateToLatestXcmVersion<Runtime>);
Expand description

Migrations to apply on runtime upgrade.