pub fn slot_duration<A, B, C>(client: &C) -> Result<SlotDuration, Error>where
    A: Codec,
    B: Block,
    C: AuxStore + ProvideRuntimeApi<B> + UsageProvider<B>,
    <C as ProvideRuntimeApi<B>>::Api: AuraApi<B, A>,
Expand description

Get the slot duration for Aura.