Type Definition polkadot_runtime_parachains::ump::pallet::NextDispatchRoundStartWith
source · pub type NextDispatchRoundStartWith<T: Config> = StorageValue<_GeneratedPrefixForStorageNextDispatchRoundStartWith<T>, ParaId>;
Expand description
This is the para that gets will get dispatched first during the next upward dispatchable queue execution round.
Invariant:
- If
Some(para)
, thenpara
must be present inNeedsDispatch
.