All chains
    Preparing search index...

    Type Alias DmpQueuePriorityConfig

    DmpQueuePriorityConfig: StorageDescriptor<
        [],
        Enum<
            {
                Config: undefined;
                Disabled: undefined;
                OverrideConfig: FixedSizeArray<2, number>;
            },
        >,
        false,
        never,
    >

    The priority of the DMP queue during migration.

    Controls how the DMP (Downward Message Passing) queue is processed relative to other queues during the migration process. This helps ensure timely processing of migration messages. The default priority pattern is defined in the pallet configuration, but can be overridden by a storage value of this type.