lll-sdk 0.0.0-experimental-20251014155935 → 0.0.0-experimental-20251014173157

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
@@ -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,12 @@ declare class LeverageModules {
619
620
  baseTokenAvailableBorrowAmount: string;
620
621
  quoteTokenAvailableDepositAmount: string;
621
622
  quoteTokenAvailableBorrowAmount: string;
623
+ baseRewards: _suilend_sdk.RewardSummary[];
624
+ quoteRewards: _suilend_sdk.RewardSummary[];
625
+ baseDepositAprPercent: string;
626
+ baseBorrowAprPercent: string;
627
+ quoteDepositAprPercent: string;
628
+ quoteBorrowAprPercent: string;
622
629
  }>;
623
630
  /**
624
631
  * 获取杠杆市场信息
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,12 @@ declare class LeverageModules {
619
620
  baseTokenAvailableBorrowAmount: string;
620
621
  quoteTokenAvailableDepositAmount: string;
621
622
  quoteTokenAvailableBorrowAmount: string;
623
+ baseRewards: _suilend_sdk.RewardSummary[];
624
+ quoteRewards: _suilend_sdk.RewardSummary[];
625
+ baseDepositAprPercent: string;
626
+ baseBorrowAprPercent: string;
627
+ quoteDepositAprPercent: string;
628
+ quoteBorrowAprPercent: string;
622
629
  }>;
623
630
  /**
624
631
  * 获取杠杆市场信息