Skip to content

Commit

Permalink
feat: export extractVkToFile function
Browse files Browse the repository at this point in the history
  • Loading branch information
kittybest committed May 21, 2024
1 parent 1f8d1ff commit e65ca2e
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 e65ca2e

Please sign in to comment.