pub fn slot_duration_at<A, B, C>(
client: &C,
block_hash: B::Hash,
) -> Result<SlotDuration>Expand description
Get the slot duration for Aura by reading from a runtime API at a given block’s state.
pub fn slot_duration_at<A, B, C>(
client: &C,
block_hash: B::Hash,
) -> Result<SlotDuration>Get the slot duration for Aura by reading from a runtime API at a given block’s state.