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

api: add new diagnosticEventsXdr field in sendTransaction response #700

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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