Skip to content

Commit

Permalink
Merge pull request privacy-scaling-explorations#1485 from privacy-sca…
Browse files Browse the repository at this point in the history
…ling-explorations/chore/export-extractVk-cmd

feat: export extractVkToFile function
  • Loading branch information
kittybest authored May 21, 2024
2 parents 1f8d1ff + e65ca2e commit 9587204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/ts/sdk/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { extractVkToFile } from "../commands/extractVkToFile";
import { genKeyPair } from "../commands/genKeyPair";
import { genMaciPubKey } from "../commands/genPubKey";
import { getPoll } from "../commands/poll";
import { publish, publishBatch } from "../commands/publish";
import { signup, isRegisteredUser } from "../commands/signup";
import { verify } from "../commands/verify";

export { genKeyPair, genMaciPubKey, publish, publishBatch, signup, isRegisteredUser, verify, getPoll };
export { genKeyPair, genMaciPubKey, publish, publishBatch, signup, isRegisteredUser, verify, getPoll, extractVkToFile };

export type { ISnarkJSVerificationKey } from "maci-circuits";

Expand Down

0 comments on commit 9587204

Please sign in to comment.