You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
350 B

  1. declare const fs: any;
  2. declare const groth: any;
  3. declare const stringifyBigInts: any, unstringifyBigInts: any;
  4. declare const WitnessCalculatorBuilder: any;
  5. declare const circomlib: any;
  6. declare const smt: any;
  7. declare const Web3: any;
  8. declare const nLevels = 5;
  9. declare const coinCode = "0";
  10. declare const ethAmount = "1";
  11. declare const amount: any;