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