llll-sdk 0.0.0-experimental-20260116141615 → 0.0.0-experimental-20260119174721

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.mts CHANGED
@@ -510,6 +510,7 @@ declare class PositionModules {
510
510
  * Withdraw ctoken for leverage position
511
511
  */
512
512
  positionWithdrawCToken: (params: positionWithdrawCTokenParams) => Promise<Transaction>;
513
+ private buildClaimRewardsMoveCall;
513
514
  positionClaim: (position_id: string) => Promise<Transaction>;
514
515
  /**
515
516
  * Pre-calculate for opening position
@@ -599,6 +600,7 @@ declare class PositionModules {
599
600
  repay_flash_loan_amount: string | undefined;
600
601
  partial_amount_in: string | undefined;
601
602
  has_flash_loan: boolean;
603
+ claimable_rewards: any[];
602
604
  }>;
603
605
  calculatePositionLeverage: (params: CalculatePositionLeverageParams) => Promise<{
604
606
  amount_in: any;
package/dist/index.d.ts CHANGED
@@ -510,6 +510,7 @@ declare class PositionModules {
510
510
  * Withdraw ctoken for leverage position
511
511
  */
512
512
  positionWithdrawCToken: (params: positionWithdrawCTokenParams) => Promise<Transaction>;
513
+ private buildClaimRewardsMoveCall;
513
514
  positionClaim: (position_id: string) => Promise<Transaction>;
514
515
  /**
515
516
  * Pre-calculate for opening position
@@ -599,6 +600,7 @@ declare class PositionModules {
599
600
  repay_flash_loan_amount: string | undefined;
600
601
  partial_amount_in: string | undefined;
601
602
  has_flash_loan: boolean;
603
+ claimable_rewards: any[];
602
604
  }>;
603
605
  calculatePositionLeverage: (params: CalculatePositionLeverageParams) => Promise<{
604
606
  amount_in: any;