pub trait Time { type Moment: AtLeast32Bit + Parameter + Default + Copy + MaxEncodedLen; // Required method fn now() -> Self::Moment; }