stellar_xdr_encode
Encode JSON data into Stellar XDR format by selecting the XDR type, channel, and output format for blockchain data workflows.
Instructions
Encode JSON data to XDR format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | XDR type to encode to | |
| input | No | JSON data to encode | |
| channel | No | XDR specification channel | |
| inputFormat | No | Input format | |
| outputFormat | No | Output format |