Crate pallet_encointer_scheduler

Source
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§

OnCeremonyPhaseChange
An event handler for when the ceremony phase changes.
WeightInfo
Weight functions needed for pallet_encointer_scheduler.