Skip to content

Commit

Permalink
fix: missing stateMutability in FUNCTION_ABI_ENTRY
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed May 16, 2023
1 parent da28bcd commit 0d08e2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2656,6 +2656,13 @@
"data"
]
},
"FUNCTION_STATE_MUTABILITY": {
"title": "Function state mutability type",
"type": "string",
"enum": [
"view"
]
},
"FUNCTION_ABI_ENTRY": {
"title": "Function ABI entry",
"type": "object",
Expand All @@ -2682,6 +2689,10 @@
"items": {
"$ref": "#/components/schemas/TYPED_PARAMETER"
}
},
"stateMutability": {
"title": "Function state mutability",
"$ref": "#/components/schemas/FUNCTION_STATE_MUTABILITY"
}
},
"required": [
Expand Down

0 comments on commit 0d08e2c

Please sign in to comment.