@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.
- package/build/index.d.ts +2 -1
- 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:
|
|
2090
|
+
export declare const FRAGMETRIC_CODER: BorshCoder<string, string>;
|
|
2090
2091
|
export declare const decodeFundAccount: (data: Buffer) => any;
|