Skip to content

Commit

Permalink
Add class_hash as optional param for addDeclareTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Apr 8, 2024
1 parent 7e60150 commit 1c87e7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wallet-api/wallet_rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,11 @@
"description": "The hash of the Cairo assembly resulting from the Sierra compilation",
"$ref": "#/components/schemas/FELT"
},
"class_hash": {
"title": "Class hash",
"description": "The hash of the declared class",
"$ref": "#/components/schemas/FELT"
},
"contract_class": {
"title": "Contract class",
"description": "The class to be declared",
Expand Down

0 comments on commit 1c87e7d

Please sign in to comment.