Expand description
§Encointer Scheduler Module
provides functionality for
- scheduling ceremonies with their different phases
- dispatch transition functions upon phase change
Re-exports§
pub use pallet::*;
Modules§
- pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Traits§
- OnCeremony
Phase Change - An event handler for when the ceremony phase changes.
- Weight
Info - Weight functions needed for pallet_encointer_scheduler.