Type Definition polkadot_runtime_parachains::ump::pallet::NeedsDispatch
source · pub type NeedsDispatch<T: Config> = StorageValue<_GeneratedPrefixForStorageNeedsDispatch<T>, Vec<ParaId>, ValueQuery>;
Expand description
The ordered list of ParaId
s that have a RelayDispatchQueue
entry.
Invariant:
- The set of items from this vector should be exactly the set of the keys in
RelayDispatchQueues
andRelayDispatchQueueSize
.