All chains
    Preparing search index...

    Type Alias AhUmpQueuePriorityConfig

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

    The priority of the Asset Hub UMP queue during migration.

    Controls how the Asset Hub UMP (Upward 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.