pub fn get_leader(height: u64, round: u64, authority_list: Vec<Node>) -> Address
Expand description

Get the leader address of the height and the round, the authority list MUST be sorted.