We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df361c commit 38dadf6Copy full SHA for 38dadf6
templates/project-ts/src/Add.ts
@@ -23,4 +23,6 @@ export class Add extends SmartContract {
23
const newState = currentState.add(2);
24
this.num.set(newState);
25
}
26
+
27
+ @method async updateAddProgram(proof: AddProgramProof) {}
28
0 commit comments