pub fn to_next_withdraw_map<N: Network>( withdrawal_addresses: &IndexMap<Address<N>, Address<N>>, ) -> Vec<(Plaintext<N>, Value<N>)>
Returns the withdraw map, given the withdrawal addresses.