@percolatorct/sdk 1.0.0-beta.34 → 1.0.0-beta.36

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.
@@ -434,14 +434,6 @@ export declare function readLastThrUpdateSlot(data: Uint8Array): bigint;
434
434
  * Parse slab header (first 72 bytes — layout-independent).
435
435
  */
436
436
  export declare function parseHeader(data: Uint8Array): SlabHeader;
437
- /**
438
- * Parse market config. Layout-version aware.
439
- * For V0 slabs, fields beyond the basic config are read if present in the data,
440
- * otherwise defaults are returned.
441
- *
442
- * @param data - Slab data (may be a partial slice for discovery; pass layoutHint in that case)
443
- * @param layoutHint - Pre-detected layout to use; if omitted, detected from data.length.
444
- */
445
437
  export declare function parseConfig(data: Uint8Array, layoutHint?: SlabLayout | null): MarketConfig;
446
438
  /**
447
439
  * Parse RiskParams from engine data. Layout-version aware.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percolatorct/sdk",
3
- "version": "1.0.0-beta.34",
3
+ "version": "1.0.0-beta.36",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "engines": {