pub fn ensure_stakers_matches<N: Network>( committee: &Committee<N>, stakers: &IndexMap<Address<N>, (Address<N>, u64)>, ) -> Result<()>
Checks that the given committee from committee storage matches the given stakers.