mithril_ticker/
lib.rs

1#![warn(missing_docs)]
2//! Provides the [TickerService] that reads time information from the chain and helps
3//! create beacons for every message type.
4
5mod ticker_service;
6
7pub use ticker_service::*;