Params
Parameters for functions contained in the periphery contracts:
CreateAndInitBattleParams
struct CreateAndInitBattleParams {
BattleKey bk;
uint160 sqrtPriceX96;
}AddLiquidityParams
struct AddLiqParams {
BattleKey battleKey;
address recipient;
int24 tickLower;
int24 tickUpper;
LiquidityType liquidityType;
uint128 amount;
uint256 deadline;
}TradeParams
Last updated
Was this helpful?