Skip to main content

delegation_attenuates

Function delegation_attenuates 

Source
pub fn delegation_attenuates(
    parent_domains: &[u64],
    child_domains: &[u64],
) -> bool
Expand 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.)