@lightprotocol/stateless.js 0.22.1-alpha.4 → 0.22.1-alpha.6

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,15 @@
1
+ /**
2
+ * @internal
3
+ * Temporary devnet compatibility config.
4
+ * TODO: Remove after devnet program update (deployed at slot 426761768, Dec 8, 2025).
5
+ */
6
+ /**
7
+ * @internal
8
+ * Set devnet compat mode. Called automatically by createRpc().
9
+ */
10
+ export declare function setDevnetCompat(enabled: boolean): void;
11
+ /**
12
+ * Check if devnet compatibility mode is enabled.
13
+ * Used by compressed-token SDK to select the correct instruction encoding.
14
+ */
15
+ export declare function isDevnetCompat(): boolean;