Skip to main content

authorized_after_revocation

Function authorized_after_revocation 

Source
pub fn authorized_after_revocation(
    authorized: &[u64],
    revoked: &[u64],
    requested: u64,
) -> bool
Expand description

Authority after cascading revocation: a guardian may act in requested_domain iff it is authorized AND not present in the revoked_domains set (revocation withdraws it immediately).