Decode and Verify Signed Transaction
tx_decode_verifyDecode a signed XRPL transaction blob and compute its hash to verify the transaction matches your intended actions before submission.
Instructions
Decode a signed XRPL transaction blob, compute its hash, and optionally compare it against an expected partial intent before submission. This is the WYSIWYS safety gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signedBlob | Yes | Signed XRPL transaction blob as a hexadecimal string. | |
| expectedIntent | No | Optional partial transaction JSON. Every provided field is compared against the decoded transaction. |