pub trait OnTimestampSet<Moment> {
    fn on_timestamp_set(moment: Moment);
}
Expand description

A trait which is called when the timestamp is set.

Required methods

Implementations on Foreign Types

Implementors

impl<T: Config> OnTimestampSet<<T as Config>::Moment> for Pallet<T>