Module polkadot_runtime_parachains::inclusion
source · Expand description
The inclusion pallet is responsible for inclusion and availability of scheduled parachains.
It is responsible for carrying candidates from being backable to being backed, and then from backed to included.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- A backed candidate pending availability.
Enums§
- Aggregate message origin for the
MessageQueue
pallet. - Identifies a UMP queue inside the
MessageQueue
pallet.
Constants§
- Maximum value that
config.max_upward_message_size
can be set to.
Traits§
- Reads the footprint of queues for a specific origin type.
- A hook for applying validator rewards
Type Aliases§
- The maximal length of a UMP message.