pub fn committee_is(
expected: HashSet<Address>,
) -> impl Fn(&AuthenticatedValidatorMap) -> boolExpand description
Predicate for wait_for_committee: the committee is exactly the
expected set of validator accounts.
pub fn committee_is(
expected: HashSet<Address>,
) -> impl Fn(&AuthenticatedValidatorMap) -> boolPredicate for wait_for_committee: the committee is exactly the
expected set of validator accounts.