inspect_emitted_tx
Decode emitted blob hexes from a hook's emit() to view the transaction JSON, a plain-English summary of what it tries to send, and a danger score. Works offline.
Instructions
Decode what a hook's emit() actually built: pass the emitted[] blob hex(es) from an execute_hook result → each decoded to tx JSON + a plain-English 'what it tries to send' summary + danger score (scam rules). Closes the loop on emitter hooks. Offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emitted | Yes | emitted blob hex(es) from execute_hook's `emitted` array |