lll-sdk 0.0.0-experimental-20251014173157 → 0.0.0-experimental-20251015114009
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 +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -620,8 +620,10 @@ declare class LeverageModules {
|
|
|
620
620
|
baseTokenAvailableBorrowAmount: string;
|
|
621
621
|
quoteTokenAvailableDepositAmount: string;
|
|
622
622
|
quoteTokenAvailableBorrowAmount: string;
|
|
623
|
-
|
|
624
|
-
|
|
623
|
+
baseDepositRewards: _suilend_sdk.RewardSummary[];
|
|
624
|
+
quoteDepositRewards: _suilend_sdk.RewardSummary[];
|
|
625
|
+
baseBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
626
|
+
quoteBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
625
627
|
baseDepositAprPercent: string;
|
|
626
628
|
baseBorrowAprPercent: string;
|
|
627
629
|
quoteDepositAprPercent: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -620,8 +620,10 @@ declare class LeverageModules {
|
|
|
620
620
|
baseTokenAvailableBorrowAmount: string;
|
|
621
621
|
quoteTokenAvailableDepositAmount: string;
|
|
622
622
|
quoteTokenAvailableBorrowAmount: string;
|
|
623
|
-
|
|
624
|
-
|
|
623
|
+
baseDepositRewards: _suilend_sdk.RewardSummary[];
|
|
624
|
+
quoteDepositRewards: _suilend_sdk.RewardSummary[];
|
|
625
|
+
baseBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
626
|
+
quoteBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
625
627
|
baseDepositAprPercent: string;
|
|
626
628
|
baseBorrowAprPercent: string;
|
|
627
629
|
quoteDepositAprPercent: string;
|