pub fn bonded_map_into_stakers<N: Network>( bonded_map: Vec<(Plaintext<N>, Value<N>)>, ) -> Result<IndexMap<Address<N>, (Address<N>, u64)>>
Returns the stakers given the bonded map from finalize storage.