pub fn resolution<'a, C: Invoke>( wrpc__: &'a C, cx__: C::Context, ) -> impl Future<Output = Result<Duration>> + Send + 'a
Query the resolution of the clock. Returns the duration of time corresponding to a clock tick.