pub type NeedsDispatch<T: Config> = StorageValue<_GeneratedPrefixForStorageNeedsDispatch<T>, Vec<ParaId>, ValueQuery>;
Expand description

The ordered list of ParaIds that have a RelayDispatchQueue entry.

Invariant:

  • The set of items from this vector should be exactly the set of the keys in RelayDispatchQueues and RelayDispatchQueueSize.