decode_sign_request
Decode a sign request (txjson or tx_blob hex) into the transaction, a plain-English summary of what you authorize, and safety warnings like SetHook or AccountDelete, all offline.
Instructions
Decode a sign request (a Xaman/Xumm payload's txjson, or a raw tx_blob hex) into the transaction plus a plain-English 'what you would be authorizing' summary and safety warnings (SetHook, AccountDelete, key changes, no-expiry, already-signed). Offline — understand before you sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txjson | No | ||
| txBlobHex | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx | No | ||
| error | No | ||
| summary | No | ||
| warnings | No | ||
| amountDecoded | No | ||
| transactionType | No |