Skip to main content

authority_after_revocation

Function authority_after_revocation 

Source
pub fn authority_after_revocation(
    edges: &[NQuin],
    root_authority: u64,
    revoked: u64,
    agent: u64,
) -> bool
Expand 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.