Skip to content

Commit

Permalink
added type: object to some components which were missing this property
Browse files Browse the repository at this point in the history
  • Loading branch information
marioiordanov committed Nov 23, 2023
1 parent a4973c5 commit a4fa65c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2227,6 +2227,7 @@
"DEPLOY_ACCOUNT_TXN_V1": {
"title": "Deploy account transaction",
"description": "Deploys an account contract, charges fee from the pre-funded account addresses",
"type": "object",
"properties": {
"type": {
"title": "Deploy account",
Expand Down Expand Up @@ -2290,6 +2291,7 @@
"DEPLOY_ACCOUNT_TXN_V3": {
"title": "Deploy account transaction",
"description": "Deploys an account contract, charges fee from the pre-funded account addresses",
"type": "object",
"properties": {
"type": {
"title": "Deploy account",
Expand Down Expand Up @@ -2429,6 +2431,7 @@
"INVOKE_TXN_V0": {
"title": "Invoke transaction V0",
"description": "invokes a specific function in the desired contract (not necessarily an account)",
"type": "object",
"properties": {
"type": {
"title": "Type",
Expand Down

0 comments on commit a4fa65c

Please sign in to comment.