@cetusprotocol/dlmm-sdk 1.2.8 → 1.2.9

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
@@ -448,7 +448,7 @@ declare class PoolModule implements IModule<CetusDlmmSDK> {
448
448
  getBinInfoList(options: GetBinInfoOption[]): Promise<GetBinInfoResult[]>;
449
449
  getTotalFeeRate(option: GetTotalFeeRateOption): Promise<FeeRate>;
450
450
  getPoolBinInfo(option: GetPoolBinInfoOption): Promise<BinAmount[]>;
451
- getPoolTransactionList({ pool_id, pagination_args, full_rpc_url, }: {
451
+ getPoolTransactionList({ pool_id, pagination_args, order, full_rpc_url, }: {
452
452
  pool_id: string;
453
453
  full_rpc_url?: string;
454
454
  pagination_args: PageQuery;