Function polkadot_node_subsystem_util::find_validator_group[][src]

pub fn find_validator_group(
    groups: &[Vec<ValidatorIndex>],
    index: ValidatorIndex
) -> Option<GroupIndex>
Expand description

Find the validator group the given validator index belongs to.