@cetusprotocol/deepbook-utils 1.4.9 → 1.5.0

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/dist/index.d.ts CHANGED
@@ -1522,6 +1522,10 @@ declare class MarginUtilsModule implements IModule {
1522
1522
  supply_cap: bigint;
1523
1523
  };
1524
1524
  }>;
1525
+ getMarginPoolStateForInterestList(marginPoolIds: string[]): Promise<{
1526
+ poolStateObj: any;
1527
+ poolStateList: any;
1528
+ }>;
1525
1529
  /**
1526
1530
  * Gets the current chain timestamp from the Sui network.
1527
1531
  * Use this timestamp for interest calculations instead of local Date.now().