We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f255e9 commit f259c90Copy full SHA for f259c90
templates/project-ts/src/Add.ts
@@ -25,7 +25,7 @@ export class Add extends SmartContract {
25
this.num.set(newState);
26
}
27
28
- @method async updateAddProgram(proof: AddProgramProof) {
+ @method async settleAddProgramState(proof: AddProgramProof) {
29
const addProgramState = proof.publicOutput;
30
this.zkProgramNum.set(addProgramState);
31
0 commit comments