decode_decision_id
Decode a decision_id to verify it was genuinely issued by Permit Verdict and detect tampering.
Instructions
FREE. Given a Permit Verdict decision_id — one you were shown by a counterparty, or one you issued earlier — read what it claims and check whether Permit Verdict actually issued it. The decision_id is signed by the same wallet that receives payment, so forgery and after-the-fact editing are both detectable. Costs nothing and needs no wallet. This tells you the record is genuine; it does NOT tell you the verdict is still correct — use verify_decision for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | A decision_id of the form pv1.<payload>.<signature> |