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§
- migration
- pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Candidate
Pending Availability - A backed candidate pending availability.
- Test
Weight Info
Enums§
- Aggregate
Message Origin - Aggregate message origin for the
MessageQueue
pallet. - UmpQueue
Id - Identifies a UMP queue inside the
MessageQueue
pallet.
Constants§
- MAX_
UPWARD_ MESSAGE_ SIZE_ BOUND - Maximum value that
config.max_upward_message_size
can be set to.
Traits§
- Queue
Footprinter - Reads the footprint of queues for a specific origin type.
- Reward
Validators - A hook for applying validator rewards
- Weight
Info
Type Aliases§
- MaxUmp
Message LenOf - The maximal length of a UMP message.