Module polkadot_runtime_parachains::inclusion
source · Expand description
The inclusion pallet is responsible for inclusion and availability of scheduled parachains and parathreads.
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 module that hosts all the FRAME types needed to add this pallet to a runtime.
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
1
bit available. - A backed candidate pending availability.
Traits
- A hook for applying validator rewards
Functions
- Number of backing votes we need for a valid backing.