stellar_xdr_guess
Decode a base64 XDR value and determine which Stellar XDR type successfully decodes it. Returns a single matching type.
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) |