Skip to main content

committee_is

Function committee_is 

Source
pub fn committee_is(
    expected: HashSet<Address>,
) -> impl Fn(&AuthenticatedValidatorMap) -> bool
Expand description

Predicate for wait_for_committee: the committee is exactly the expected set of validator accounts.