Skip to content

Commit

Permalink
Update block and transaction status (#25)
Browse files Browse the repository at this point in the history
* Update block and transaction status
  • Loading branch information
anatgstarkware authored Jul 19, 2022
1 parent 9a2aaa7 commit d45a759
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.27.0",
"version": "0.28.0",
"title": "StarkNet Node API",
"license": {}
},
Expand Down Expand Up @@ -1356,14 +1356,12 @@
"TXN_STATUS": {
"type": "string",
"enum": [
"UNKNOWN",
"RECEIVED",
"PENDING",
"ACCEPTED_ON_L2",
"ACCEPTED_ON_L1",
"REJECTED"
],
"description": "The status of the transaction. May be unknown in case node is not aware of it"
"description": "The status of the transaction"
},
"TXN_TYPE": {
"type": "string",
Expand All @@ -1378,7 +1376,6 @@
"type": "string",
"enum": [
"PENDING",
"PROVEN",
"ACCEPTED_ON_L2",
"ACCEPTED_ON_L1",
"REJECTED"
Expand Down

0 comments on commit d45a759

Please sign in to comment.