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

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

Associated Types

type Moment: AtLeast32Bit + Parameter + Default + Copy

Loading content...

Required methods

fn now() -> Self::Moment

Loading content...

Implementors

Loading content...