Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
api: add new diagnosticEventsXdr field in sendTransaction response (#700
Browse files Browse the repository at this point in the history
)
  • Loading branch information
2opremio authored Jan 9, 2024
1 parent 5fc5792 commit 5ef2fa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,11 @@
"type": "string",
"description": "(optional) If the transaction status is `ERROR`, this will be a base64 encoded string of the raw TransactionResult XDR struct containing details on why stellar-core rejected the transaction.",
"contentEncoding": "base64"
},
"diagnosticEventsXdr": {
"type": "array",
"description": "(optional) If the transaction status is `ERROR`, this field may be present with an array of base64 encoded strings. Each string will decode to a raw DiagnosticEvent XDR struct containing details on why stellar-core rejected the transaction.",
"contentEncoding": "base64"
}
}
}
Expand Down

0 comments on commit 5ef2fa8

Please sign in to comment.