Skip to content

Commit 924cecf

Browse files
committed
fix headet ypes
1 parent 791b7f4 commit 924cecf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/lib/crypto/kimchi_bindings/js/native/header-d.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
// This file gets auto-included in the generated plonk-napi types to supplement
55
// external pointer types.
66

7+
type NapiGVesta = {};
8+
type NapiGPallas = {};
9+
type NapiPastaFpPlonkIndex = {};
10+
type NapiPastaFqPlonkIndex = {};
11+
type NapiPastaFp = {};
12+
type NapiPastaFq = {};
13+
type NapiLookupInfo = {};
14+
type WasmPastaFqPlonkIndex = {};
715
type WasmPastaFpPlonkIndex = {};
16+
type Proof = {}
17+
type NapiVector<T> = {};
18+
type NapiFlatVector<T> = {};
19+
type WasmVecVecFq = {};
20+
type WasmVecVecFp = {};
21+
type Self = {};
822

923
// Header section end

0 commit comments

Comments
 (0)