pub fn slot_author<P: Pair>(
    slot: Slot,
    authorities: &[<P as Pair>::Public]
) -> Option<&<P as Pair>::Public>
Expand description

Get the slot author for given block along with authorities.