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

Get the current timestamp.

Implementors