Function polkadot_ckb_merkle_mountain_range::helper::is_descendant_pos
source ยท 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.