@cypher-zk/sdk 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ import idlJson from "./cypher.json" with { type: "json" };
2
+ import type { Cypher } from "./cypher.ts";
3
+
4
+ export type { Cypher };
5
+
6
+ export const IDL: Cypher = idlJson as unknown as Cypher;
7
+
8
+ export const IDL_PROGRAM_ID = IDL.address;