pub fn select_proposer(validators: &[Validator], beacon: &str) -> Option<usize>
Deterministically select the proposer index for a round from the cosmic beacon. Returns None if the validator set is empty.
beacon
None