We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791b7f4 commit 924cecfCopy full SHA for 924cecf
src/lib/crypto/kimchi_bindings/js/native/header-d.ts
@@ -4,6 +4,20 @@
4
// This file gets auto-included in the generated plonk-napi types to supplement
5
// external pointer types.
6
7
+type NapiGVesta = {};
8
+type NapiGPallas = {};
9
+type NapiPastaFpPlonkIndex = {};
10
+type NapiPastaFqPlonkIndex = {};
11
+type NapiPastaFp = {};
12
+type NapiPastaFq = {};
13
+type NapiLookupInfo = {};
14
+type WasmPastaFqPlonkIndex = {};
15
type WasmPastaFpPlonkIndex = {};
16
+type Proof = {}
17
+type NapiVector<T> = {};
18
+type NapiFlatVector<T> = {};
19
+type WasmVecVecFq = {};
20
+type WasmVecVecFp = {};
21
+type Self = {};
22
23
// Header section end
0 commit comments