Trait frame_support::traits::Time[][src]

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

Associated Types

Required methods

Implementors