snarkvm_synthesizer::vm

Function committee_and_delegated_maps_into_committee

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

Returns the committee given the committee map from finalize storage.