@exponent-labs/generic-sy-idl 0.0.3

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.
package/src/index.ts ADDED
@@ -0,0 +1,7 @@
1
+ import { GenericStandard } from "./type"
2
+ import * as idl from "./idl.json"
3
+
4
+ export const IDL = idl as GenericStandard;
5
+ export const PROGRAM_ID = idl.address;
6
+ export type { GenericStandard } from "./type"
7
+