parse Diagnostic Events Xdr
Parses the diagnosticEventsXdr field from a list of base64-encoded strings to a list of DiagnosticEvent XDR objects.
Diagnostic events can help debug why a transaction failed or understand its execution.
Return
list of parsed DiagnosticEvent objects, or null if diagnosticEventsXdr is null
Throws
if any XDR string is malformed or cannot be decoded