From 1c87e7dc6004b9d16a79271c961604b5d344178f Mon Sep 17 00:00:00 2001 From: amanusk Date: Mon, 8 Apr 2024 04:57:59 +0300 Subject: [PATCH] Add class_hash as optional param for addDeclareTransaction --- wallet-api/wallet_rpc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wallet-api/wallet_rpc.json b/wallet-api/wallet_rpc.json index 85ef456..ed8b410 100644 --- a/wallet-api/wallet_rpc.json +++ b/wallet-api/wallet_rpc.json @@ -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",