pub fn delegation_attenuates(
parent_domains: &[u64],
child_domains: &[u64],
) -> boolExpand description
Attenuation: a sub-delegation’s child_domains are valid only if a SUBSET of the
delegator’s parent_domains — a delegatee never receives more authority than the delegator
holds. (Empty child set trivially attenuates.)