Skip to main content

select_proposer

Function select_proposer 

Source
pub fn select_proposer(validators: &[Validator], beacon: &str) -> Option<usize>
Expand description

Deterministically select the proposer index for a round from the cosmic beacon. Returns None if the validator set is empty.