@exponent-labs/fragmetric-idl 0.9.3 → 0.9.4

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.
Files changed (2) hide show
  1. package/build/index.d.ts +2 -1
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { BorshCoder } from "@coral-xyz/anchor";
1
2
  export declare const IDL: {
2
3
  address: string;
3
4
  metadata: {
@@ -2086,5 +2087,5 @@ export declare const IDL: {
2086
2087
  })[];
2087
2088
  };
2088
2089
  export declare const PROGRAM_ID: string;
2089
- export declare const FRAGMETRIC_CODER: any;
2090
+ export declare const FRAGMETRIC_CODER: BorshCoder<string, string>;
2090
2091
  export declare const decodeFundAccount: (data: Buffer) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exponent-labs/fragmetric-idl",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "AGPL-3.0",