Module polkadot_runtime_parachains::ump::pallet
source · Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use __tt_error_token_105 as tt_error_token;
pub use __tt_default_parts_111 as tt_default_parts;
Structs
- The pallet implementing the on-chain logic.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Custom dispatch errors of this pallet.
- The event emitted by this pallet.
Traits
- Configuration trait of this pallet.
Type Definitions
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
. - The ordered list of
ParaId
s that have aRelayDispatchQueue
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.