Type Alias bridge_hub_rococo_runtime::Migrations

source ยท
pub type Migrations = (MigrationToV2<Runtime>, MigrateToV1<Runtime>, InitStorageVersions, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, InitializeOnUpgrade<Runtime, ConstU32<BRIDGE_HUB_ID>, ConstU32<ASSET_HUB_ID>>, MigrateToLatestXcmVersion<Runtime>);
Expand description

Migrations to apply on runtime upgrade.