pub fn authority_after_revocation(
edges: &[NQuin],
root_authority: u64,
revoked: u64,
agent: u64,
) -> boolExpand description
Revocation cascade: after revoked is revoked, does agent still hold authority from
root_authority? An agent whose only chain ran through revoked is now defeated.