stellar_xdr_decode
Convert base64-encoded Stellar XDR data into readable JSON or text. Specify the XDR type to decode transactions and results for inspection.
Instructions
Decode XDR data to human-readable format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | XDR type to decode (e.g., TransactionEnvelope, TransactionResult) | |
| input | No | XDR data to decode (base64 encoded) | |
| channel | No | XDR specification channel | |
| inputFormat | No | Input format | |
| outputFormat | No | Output format |