Trait Time
frame_support::traits
pub trait Time { type Moment: AtLeast32Bit + Parameter + Default + Copy; pub fn now() -> Self::Moment; }
type Moment: AtLeast32Bit + Parameter + Default + Copy
pub fn now() -> Self::Moment