pub fn to_next_commitee_map_and_bonded_map<N: Network>(
    next_committee: &Committee<N>,
    next_stakers: &IndexMap<Address<N>, (Address<N>, u64)>
) -> (Vec<(Plaintext<N>, Value<N>)>, Vec<(Plaintext<N>, Value<N>)>)
Expand description

Returns the committee map and bonded map, given the committee and stakers.