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

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

Associated Types

type Moment: AtLeast32Bit + Parameter + Default + Copy[src]

Loading content...

Required methods

fn now() -> Self::Moment[src]

Loading content...

Implementors

Loading content...