Trait t3rn_primitives::clock::Clock
source · pub trait Clock<T: Config> {
// Required methods
fn current_round() -> RoundInfo<BlockNumberFor<T>>;
fn round_duration() -> BlockNumberFor<T>;
}
pub trait Clock<T: Config> {
// Required methods
fn current_round() -> RoundInfo<BlockNumberFor<T>>;
fn round_duration() -> BlockNumberFor<T>;
}