pub fn epoch_start_slot(
    epoch_index: u64,
    genesis_slot: Slot,
    epoch_duration: u64
) -> Slot
Expand description

Returns the first slot at the given epoch index.