mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-08 03:56:42 +01:00
Add miksi js lib for build witness calculation
This commit is contained in:
11
dist/miksi.d.ts
vendored
Normal file
11
dist/miksi.d.ts
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user