stellar_xdr_guess
Decode a base64 XDR value and identify which Stellar XDR types successfully parse it, helping you determine the underlying data format before proceeding.
Instructions
Given base64 XDR, return which XDR types decode successfully (single value only; not streams).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xdr | Yes | Single XDR value as standard base64 (no data: URL prefix) |