Skip to main content

revoked_descendants

Function revoked_descendants 

Source
pub fn revoked_descendants(
    edges: &[NQuin],
    root_authority: u64,
    revoked: u64,
    candidates: &[u64],
    out: &mut [u64],
) -> usize
Expand description

Collect, into out, the candidates defeated by revoking revoked — held authority before, lost it after. Returns the count. Zero-heap.