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
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs
- A bitfield signed by a validator indicating that it is keeping its piece of the erasure-coding for any backed candidates referred to by a
1bit available. - A backed candidate pending availability.
Enums
- Aggregate message origin for the
MessageQueuepallet. - Identifies a UMP queue inside the
MessageQueuepallet.
Constants
- Maximum value that
config.max_upward_message_sizecan be set to.
Traits
- Reads the footprint of queues for a specific origin type.
- A hook for applying validator rewards
Type Definitions
- The maximal length of a UMP message.