Traverses a delegation tree and counts the number of delegation nodes between an attestation and an ancestral delegation node owned by attester.
attester
0 if attester is the owner of attestation, the number of delegation nodes traversed otherwise.
attestation
Identity to be located in the delegation tree.
Attestation whose delegation tree to search.
Traverses a delegation tree and counts the number of delegation nodes between an attestation and an ancestral delegation node owned by
attester
.Returns
0 if
attester
is the owner ofattestation
, the number of delegation nodes traversed otherwise.