IOrderBook
AddLiquidityParams
struct AddLiquidityParams(
address trader
address baseToken
uint256 base
uint256 quote
int24 lowerTick
int24 upperTick
struct Funding.Growth fundingGrowthGlobal
)RemoveLiquidityParams
struct RemoveLiquidityParams(
address maker
address baseToken
int24 lowerTick
int24 upperTick
uint128 liquidity
)AddLiquidityResponse
RemoveLiquidityResponse
ReplaySwapParams
ReplaySwapResponse
MintCallbackData
Functions
addLiquidity
Name
Type
Description
Name
Type
Description
removeLiquidity
Name
Type
Description
Name
Type
Description
updateFundingGrowthAndLiquidityCoefficientInFundingPayment
Name
Type
Description
Name
Type
Description
replaySwap
Name
Type
Description
Name
Type
Description
updateOrderDebt
getOpenOrderIds
Name
Type
Description
Name
Type
Description
getOpenOrderById
Name
Type
Description
Name
Type
Description
getOpenOrder
Name
Type
Description
Name
Type
Description
hasOrder
Name
Type
Description
Name
Type
Description
getTotalQuoteBalanceAndPendingFee
Name
Type
Description
Name
Type
Description
getTotalTokenAmountInPoolAndPendingFee
Name
Type
Description
Name
Type
Description
getTotalOrderDebt
Name
Type
Description
Name
Type
Description
getLiquidityCoefficientInFundingPayment
Name
Type
Description
getPendingFee
Name
Type
Description
Name
Type
Description
getExchange
Name
Type
Description
Events
ExchangeChanged
Name
Type
Description
Last updated