pub fn is_descendant_pos(
    ancestor_contender: u64,
    descendant_contender: u64
) -> bool
Expand description

Returns whether descendant_contender is a descendant of ancestor_contender in a tree of the MMR.