Skip to content

Commit

Permalink
add required to the properties of BROADCASTED_DECLARE_TXN_V1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Jul 10, 2023
1 parent f3dcaf3 commit 63518a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,11 @@
"description": "The address of the account contract sending the declaration transaction",
"$ref": "#/components/schemas/ADDRESS"
}
}
},
"required": [
"contract_class",
"sender_address"
]
}
]
},
Expand Down

0 comments on commit 63518a0

Please sign in to comment.