All chains
    Preparing search index...

    Type Alias XcmPalletVersionMigrationStage

    XcmPalletVersionMigrationStage: Enum<
        {
            MigrateAndNotifyOldTargets: undefined;
            MigrateSupportedVersion: undefined;
            MigrateVersionNotifiers: undefined;
            NotifyCurrentTargets?: Binary;
        },
    >