Skip to content

Commit

Permalink
Merge pull request #97 from xJonathanLEI/fix/state_mutability
Browse files Browse the repository at this point in the history
fix: missing stateMutability in `FUNCTION_ABI_ENTRY` (#97)
  • Loading branch information
ArielElp authored May 18, 2023
2 parents da28bcd + 0d08e2c commit aaea417
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 aaea417

Please sign in to comment.