@raydium-io/raydium-sdk-v2 0.0.41-alpha → 0.0.42-alpha
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/lib/api/api.d.ts +2 -1
- package/lib/api/api.js.map +1 -1
- package/lib/api/api.mjs.map +1 -1
- package/lib/api/index.d.ts +1 -1
- package/lib/api/index.js.map +1 -1
- package/lib/api/index.mjs.map +1 -1
- package/lib/api/type.d.ts +1 -1
- package/lib/api/type.js.map +1 -1
- package/lib/api/type.mjs.map +1 -1
- package/lib/common/accountInfo.d.ts +1 -1
- package/lib/common/bignumber.d.ts +1 -1
- package/lib/common/fractionUtil.d.ts +1 -1
- package/lib/common/index.d.ts +1 -1
- package/lib/common/transfer.d.ts +1 -1
- package/lib/common/txTool/txTool.d.ts +1 -1
- package/lib/common/txTool/txUtils.d.ts +1 -1
- package/lib/common/utility.d.ts +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/module/amount.d.ts +1 -1
- package/lib/module/fraction.d.ts +1 -1
- package/lib/module/index.d.ts +1 -1
- package/lib/module/percent.d.ts +1 -1
- package/lib/module/price.d.ts +1 -1
- package/lib/raydium/account/account.d.ts +3 -3
- package/lib/raydium/account/index.d.ts +1 -1
- package/lib/raydium/account/instruction.d.ts +1 -1
- package/lib/raydium/account/types.d.ts +1 -1
- package/lib/raydium/account/util.d.ts +1 -1
- package/lib/raydium/clmm/clmm.d.ts +3 -3
- package/lib/raydium/clmm/index.d.ts +3 -3
- package/lib/raydium/clmm/instrument.d.ts +2 -2
- package/lib/raydium/clmm/type.d.ts +2 -2
- package/lib/raydium/clmm/utils/math.d.ts +2 -2
- package/lib/raydium/clmm/utils/pool.d.ts +2 -2
- package/lib/raydium/clmm/utils/position.d.ts +2 -2
- package/lib/raydium/clmm/utils/tick.d.ts +2 -2
- package/lib/raydium/clmm/utils/tickQuery.d.ts +2 -2
- package/lib/raydium/clmm/utils/tickarrayBitmap.d.ts +2 -2
- package/lib/raydium/cpmm/cpmm.d.ts +3 -3
- package/lib/raydium/cpmm/index.d.ts +1 -1
- package/lib/raydium/cpmm/type.d.ts +1 -1
- package/lib/raydium/farm/config.d.ts +1 -1
- package/lib/raydium/farm/farm.d.ts +3 -3
- package/lib/raydium/farm/index.d.ts +1 -1
- package/lib/raydium/farm/instruction.d.ts +1 -1
- package/lib/raydium/farm/layout.d.ts +1 -1
- package/lib/raydium/farm/type.d.ts +1 -1
- package/lib/raydium/farm/util.d.ts +1 -1
- package/lib/raydium/ido/ido.d.ts +3 -3
- package/lib/raydium/ido/index.d.ts +3 -3
- package/lib/raydium/ido/instruction.d.ts +1 -1
- package/lib/raydium/ido/type.d.ts +1 -1
- package/lib/raydium/index.d.ts +3 -3
- package/lib/raydium/index.js +1 -1
- package/lib/raydium/index.js.map +1 -1
- package/lib/raydium/index.mjs +1 -1
- package/lib/raydium/index.mjs.map +1 -1
- package/lib/raydium/liquidity/index.d.ts +1 -1
- package/lib/raydium/liquidity/instruction.d.ts +1 -1
- package/lib/raydium/liquidity/liquidity.d.ts +3 -3
- package/lib/raydium/liquidity/type.d.ts +1 -1
- package/lib/raydium/liquidity/utils.d.ts +1 -1
- package/lib/raydium/marketV2/createMarket.d.ts +3 -3
- package/lib/raydium/marketV2/index.d.ts +3 -3
- package/lib/raydium/moduleBase.d.ts +3 -3
- package/lib/raydium/raydium.d.ts +3 -3
- package/lib/raydium/raydium.js +1 -1
- package/lib/raydium/raydium.js.map +1 -1
- package/lib/raydium/raydium.mjs +1 -1
- package/lib/raydium/raydium.mjs.map +1 -1
- package/lib/raydium/token/constant.d.ts +1 -1
- package/lib/raydium/token/index.d.ts +1 -1
- package/lib/raydium/token/token.d.ts +3 -3
- package/lib/raydium/token/token.js +1 -1
- package/lib/raydium/token/token.js.map +1 -1
- package/lib/raydium/token/token.mjs +1 -1
- package/lib/raydium/token/token.mjs.map +1 -1
- package/lib/raydium/token/type.d.ts +1 -1
- package/lib/raydium/token/utils.d.ts +1 -1
- package/lib/raydium/tradeV2/index.d.ts +2 -2
- package/lib/raydium/tradeV2/instrument.d.ts +2 -2
- package/lib/raydium/tradeV2/trade.d.ts +3 -3
- package/lib/raydium/tradeV2/type.d.ts +2 -2
- package/lib/raydium/type.d.ts +1 -1
- package/lib/raydium/utils1216/index.d.ts +3 -3
- package/lib/raydium/utils1216/utils1216.d.ts +3 -3
- package/lib/{raydium-d05441b6.d.ts → raydium-0396913e.d.ts} +4 -2
- package/lib/{type-08d7cf11.d.ts → type-085c771c.d.ts} +1 -1
- package/lib/{type-15746482.d.ts → type-9fe71e3c.d.ts} +1 -0
- package/package.json +1 -1
- package/src/api/api.ts +1 -1
- package/src/api/type.ts +1 -0
- package/src/raydium/token/token.ts +6 -1
package/lib/api/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Api, ApiProps, endlessRetry } from './api.js';
|
|
2
|
-
export { s as AmmV4Keys, t as AmmV5Keys, b as ApiClmmConfigInfo, x as ApiClmmConfigV3, c as ApiClmmPoolsItemStatistics, A as ApiPoolInfoV4, Z as ApiStakePool, a as ApiStakePoolInfo, d as ApiV3PageIns, j as ApiV3PoolInfoBaseItem, k as ApiV3PoolInfoConcentratedItem, g as ApiV3PoolInfoCountItem, n as ApiV3PoolInfoItem, l as ApiV3PoolInfoStandardItem, m as ApiV3PoolInfoStandardItemCpmm, e as ApiV3Token, f as ApiV3TokenRes, V as AvailabilityCheckAPI3, v as ClmmKeys, u as ClmmRewardType, C as CpmmKeys, _ as FarmPositionData, F as FarmRewardInfoV6, B as FarmRewardTypeV6Key, N as FarmTagsItem, p as FetchPoolParams, U as FormatFarmInfoOut, O as FormatFarmInfoOutBase, Q as FormatFarmInfoOutV345, S as FormatFarmInfoOutV6, I as FormatFarmKeyOut, G as FormatFarmKeyOutV345, H as FormatFarmKeyOutV6, Y as IdoKeysData, J as JupTokenType, r as LiquidityLineApi, L as LiquidityVersion, W as OwnerCreatedFarmInfo, X as OwnerIdoInfo, q as Point, h as PoolFarmRewardInfo, o as PoolFetchType, w as PoolKeys, i as PoolRewardInfoItem, P as PoolsApiReturn, K as RewardInfoV345, M as RewardInfoV6, D as RewardKeyInfoV345, E as RewardKeyInfoV6, R as RpcItemA, y as RpcItemB, z as RpcType, T as TransferFeeDataBaseType } from '../type-
|
|
2
|
+
export { s as AmmV4Keys, t as AmmV5Keys, b as ApiClmmConfigInfo, x as ApiClmmConfigV3, c as ApiClmmPoolsItemStatistics, A as ApiPoolInfoV4, Z as ApiStakePool, a as ApiStakePoolInfo, d as ApiV3PageIns, j as ApiV3PoolInfoBaseItem, k as ApiV3PoolInfoConcentratedItem, g as ApiV3PoolInfoCountItem, n as ApiV3PoolInfoItem, l as ApiV3PoolInfoStandardItem, m as ApiV3PoolInfoStandardItemCpmm, e as ApiV3Token, f as ApiV3TokenRes, V as AvailabilityCheckAPI3, v as ClmmKeys, u as ClmmRewardType, C as CpmmKeys, _ as FarmPositionData, F as FarmRewardInfoV6, B as FarmRewardTypeV6Key, N as FarmTagsItem, p as FetchPoolParams, U as FormatFarmInfoOut, O as FormatFarmInfoOutBase, Q as FormatFarmInfoOutV345, S as FormatFarmInfoOutV6, I as FormatFarmKeyOut, G as FormatFarmKeyOutV345, H as FormatFarmKeyOutV6, Y as IdoKeysData, J as JupTokenType, r as LiquidityLineApi, L as LiquidityVersion, W as OwnerCreatedFarmInfo, X as OwnerIdoInfo, q as Point, h as PoolFarmRewardInfo, o as PoolFetchType, w as PoolKeys, i as PoolRewardInfoItem, P as PoolsApiReturn, K as RewardInfoV345, M as RewardInfoV6, D as RewardKeyInfoV345, E as RewardKeyInfoV6, R as RpcItemA, y as RpcItemB, z as RpcType, T as TransferFeeDataBaseType } from '../type-9fe71e3c.js';
|
|
3
3
|
export { API_URLS, API_URL_CONFIG, DEV_API_URLS } from './url.js';
|
|
4
4
|
export { ResHistory, SESSION_KEY, STORAGE_KEY, getSessionKey, updateReqHistory } from './utils.js';
|
|
5
5
|
import 'axios';
|