Trait lightning_signer::util::clock::Clock
source · pub trait Clock: SendSync {
// Required method
fn now(&self) -> Duration;
}
Expand description
A clock provider
On std platforms, use the StandardClock implementation