verifyIdentityChallengeProof
@totemsdk/liquidity-bond / verifyIdentityChallengeProof
Function: verifyIdentityChallengeProof()
verifyIdentityChallengeProof(
proof,claimedAddress,entityId):boolean
Verify a signature-backed identity proof against a claimed address. All gates must hold:
- the proof's address matches the claimed address;
- the public key digest actually owns that address;
- the challenge is the domain-separated challenge for this entity+address;
- the WOTS signature verifies over the challenge.
Parameters
proof
claimedAddress
string
entityId
string
Returns
boolean