Module polkadot_runtime_parachains::ump::pallet [−][src]
Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use __tt_default_parts_90 as tt_default_parts;
Structs
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors of this pallet.
Traits
Configuration trait of this pallet.
Type Definitions
Type alias to Pallet
, to be used by construct_runtime
.
The ordered list of ParaId
s that have a RelayDispatchQueue
entry.
This is the para that gets will get dispatched first during the next upward dispatchable queue execution round.
The messages that exceeded max individual message weight budget.
The number of overweight messages ever recorded in Overweight
(and thus the lowest free
index).
Size of the dispatch queues. Caches sizes of the queues in RelayDispatchQueue
.
The messages waiting to be handled by the relay-chain originating from a certain parachain.