Skip to content

Commit

Permalink
feat(Add.ts): add zkProgramNum state variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Mar 11, 2025
1 parent 38dadf6 commit 38b1159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/project-ts/src/Add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { AddProgramProof } from './AddZKprogram';
*/
export class Add extends SmartContract {
@state(Field) num = State<Field>();
@state(Field) zkProgramNum = State<Field>();

init() {
super.init();
Expand Down

0 comments on commit 38b1159

Please sign in to comment.