parseErrorResultXdr

Parses the errorResultXdr field from a base64-encoded string to a TransactionResult XDR object.

This field is only present when status is ERROR and contains the detailed error information.

Return

the parsed TransactionResult object, or null if errorResultXdr is null

Throws

if the XDR string is malformed or cannot be decoded