lll-sdk 0.0.0-experimental-20251014164617 → 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 +9 -0
- package/dist/index.d.ts +9 -0
- 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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SdkWrapper, BaseSdkOptions, Package } from '@cetusprotocol/common-sdk';
|
|
2
2
|
import { SuilendClient as SuilendClient$1 } from '@suilend/sdk/client';
|
|
3
|
+
import * as _suilend_sdk from '@suilend/sdk';
|
|
3
4
|
import { SuilendClient, ParsedLendingMarket, ParsedReserve, Side, PerDayRewardSummary, AprRewardSummary } from '@suilend/sdk';
|
|
4
5
|
import { CoinMetadata } from '@mysten/sui/client';
|
|
5
6
|
import * as _suilend_sdk__generated_suilend_reserve_structs from '@suilend/sdk/_generated/suilend/reserve/structs';
|
|
@@ -619,6 +620,14 @@ declare class LeverageModules {
|
|
|
619
620
|
baseTokenAvailableBorrowAmount: string;
|
|
620
621
|
quoteTokenAvailableDepositAmount: string;
|
|
621
622
|
quoteTokenAvailableBorrowAmount: string;
|
|
623
|
+
baseDepositRewards: _suilend_sdk.RewardSummary[];
|
|
624
|
+
quoteDepositRewards: _suilend_sdk.RewardSummary[];
|
|
625
|
+
baseBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
626
|
+
quoteBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
627
|
+
baseDepositAprPercent: string;
|
|
628
|
+
baseBorrowAprPercent: string;
|
|
629
|
+
quoteDepositAprPercent: string;
|
|
630
|
+
quoteBorrowAprPercent: string;
|
|
622
631
|
}>;
|
|
623
632
|
/**
|
|
624
633
|
* 获取杠杆市场信息
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SdkWrapper, BaseSdkOptions, Package } from '@cetusprotocol/common-sdk';
|
|
2
2
|
import { SuilendClient as SuilendClient$1 } from '@suilend/sdk/client';
|
|
3
|
+
import * as _suilend_sdk from '@suilend/sdk';
|
|
3
4
|
import { SuilendClient, ParsedLendingMarket, ParsedReserve, Side, PerDayRewardSummary, AprRewardSummary } from '@suilend/sdk';
|
|
4
5
|
import { CoinMetadata } from '@mysten/sui/client';
|
|
5
6
|
import * as _suilend_sdk__generated_suilend_reserve_structs from '@suilend/sdk/_generated/suilend/reserve/structs';
|
|
@@ -619,6 +620,14 @@ declare class LeverageModules {
|
|
|
619
620
|
baseTokenAvailableBorrowAmount: string;
|
|
620
621
|
quoteTokenAvailableDepositAmount: string;
|
|
621
622
|
quoteTokenAvailableBorrowAmount: string;
|
|
623
|
+
baseDepositRewards: _suilend_sdk.RewardSummary[];
|
|
624
|
+
quoteDepositRewards: _suilend_sdk.RewardSummary[];
|
|
625
|
+
baseBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
626
|
+
quoteBorrowRewards: _suilend_sdk.RewardSummary[];
|
|
627
|
+
baseDepositAprPercent: string;
|
|
628
|
+
baseBorrowAprPercent: string;
|
|
629
|
+
quoteDepositAprPercent: string;
|
|
630
|
+
quoteBorrowAprPercent: string;
|
|
622
631
|
}>;
|
|
623
632
|
/**
|
|
624
633
|
* 获取杠杆市场信息
|