Trait ethcore_signer::TimeProvider [] [src]

pub trait TimeProvider {
    fn now(&self) -> u64;
}

Providing current time in seconds

Required Methods

Returns timestamp (in seconds since epoch)

Implementors