pub trait EpochChangeTrigger {
    fn trigger<T: Config>(now: T::BlockNumber);
}
Expand description

Trigger an epoch change, if any should take place.

Required Methods§

Trigger an epoch change, if any should take place. This should be called during every block, after initialization is done.

Implementors§