Skip to content

Commit

Permalink
add error to getTransactionStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Jul 25, 2024
1 parent e5ce8c6 commit f1f5323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@
"execution_status": {
"title": "execution status",
"$ref": "#/components/schemas/TXN_EXECUTION_STATUS"
},
"failure_reason": {
"title": "failure reason",
"description": "the failure reason, only appears if finality_status is REJECTED or execution_status is REVERTED",
"type": "string"
}
},
"required": ["finality_status"]
Expand Down

0 comments on commit f1f5323

Please sign in to comment.