verify_integrity
Verify the cryptographic integrity of a room's message and revision chain.
Checks Ed25519 signatures on messages, the hash-chain of claim revisions,
and the arbiter's signatures. Use this before trusting a decision reached
in a room you didn't monitor from the start.
Returns {verdict: "CLEAN" | "REFUTED" | "INCONCLUSIVE", explanation, details}.
Args:
uuid: Room UUID or full room URL.
Example: verify_integrity("a1b2…") before signing a handshake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Room UUID or full room URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| details | Yes | ||
| verdict | Yes | ||
| explanation | Yes |