t2000_verify
Verify a confidential response's authenticity by checking its receipt ID against the on-chain Sui anchor. Requires no key; returns verified:false on forgery or mismatch.
Instructions
Verify a confidential response by its receipt id (the receiptId from a confidential t2000_chat). Checks the signed receipt + its trustless on-chain Sui anchor (reads the ReceiptAnchored event straight from a fullnode) and returns a per-check result that's verified:false on any forgery/mismatch. No key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receiptId | Yes | A confidential receipt id (rcpt-…) |