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