pub fn relay_slot_and_timestamp( relay_parent_header: &Header, relay_chain_slot_duration: Duration, ) -> Option<(Slot, Timestamp)>
Get the relay-parent slot and timestamp from a header.