Trait polkadot_node_core_chain_selection::Clock [−][src]
pub trait Clock {
fn timestamp_now(&self) -> u64;
}
Expand description
A clock used for fetching the current timestamp.
Required methods
fn timestamp_now(&self) -> u64
fn timestamp_now(&self) -> u64
Get the current timestamp.