pub fn authorized_after_revocation(
authorized: &[u64],
revoked: &[u64],
requested: u64,
) -> boolExpand 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).