mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
refactor: add params description
This commit is contained in:
parent
9d0727b6fa
commit
829dd0daca
|
@ -14,7 +14,14 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
/**
|
/**
|
||||||
* @dev Mint New Position
|
* @dev Mint New Position
|
||||||
* @notice Mint New NFT LP Position
|
* @notice Mint New NFT LP Position
|
||||||
* @param tokenA parameter for mint
|
* @param tokenA tokenA addreess
|
||||||
|
* @param tokenB tokenB addreess
|
||||||
|
* @param fee fee percentage
|
||||||
|
* @param tickLower Lower tick
|
||||||
|
* @param tickUpper Upper tick
|
||||||
|
* @param amtA amount of tokenA
|
||||||
|
* @param amtB amount of tokenB
|
||||||
|
* @param slippage slippage percentage
|
||||||
* @param getIds ID to retrieve amtA
|
* @param getIds ID to retrieve amtA
|
||||||
* @param setId ID stores the amount of LP token
|
* @param setId ID stores the amount of LP token
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user