pub fn committee_map_into_committee<N: Network>(
    starting_round: u64,
    committee_map: Vec<(Plaintext<N>, Value<N>)>
) -> Result<Committee<N>>
Expand description

Returns the committee given the committee map from finalize storage.