t2000_verify
Verify a confidential response by receipt ID, checking its signed receipt against an on-chain Sui anchor. Returns a result indicating whether the response is verified or forged.
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-…) |