Type Alias contracts_rococo_runtime::Migrations

source ยท
pub type Migrations = (MigrateToV1<Runtime>, MigrationToV2<Runtime>, Migration<Runtime>, MigrationToV2<Runtime>, MigrationToV3<Runtime>, Migration<Runtime>, MigrationToV4<Runtime>, MigrateToLatestXcmVersion<Runtime>);
Expand description

Migrations to apply on runtime upgrade.