Add miksi js lib for build witness calculation

This commit is contained in:
arnaucube
2020-05-13 21:08:47 +02:00
parent ee84a28c17
commit c3b5165006
9 changed files with 77535 additions and 6 deletions

11
dist/miksi.d.ts vendored Normal file
View File

@@ -0,0 +1,11 @@
declare const fs: any;
declare const groth: any;
declare const stringifyBigInts: any, unstringifyBigInts: any;
declare const WitnessCalculatorBuilder: any;
declare const circomlib: any;
declare const smt: any;
declare const Web3: any;
declare const nLevels = 5;
declare const coinCode = "0";
declare const ethAmount = "1";
declare const amount: any;