Expand description
Provides glue code over the scheduler and inclusion modules, and accepting one inherent per block that can include new para candidates and bitfields.
Unlike other modules in this crate, it does not need to be initialized by the initializer, as it has no initialization logic and its finalization logic depends only on the details of this module.
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
Traits
- A helper trait to allow calling retain while getting access to the index of the item in the
vec
. - Helper trait until
is_sorted_by
is stabilized. TODO: https://github.com/rust-lang/rust/issues/53485