...三个字段:
```C++
struct ModifyPositionParams {
// the lower and upper tick of the position
int24 tickLower;
int24 tickUpper;
// how to modify the liquidity
int256 liquidityDelta;
}
```
即要操作的头寸的 tick 下限和上限,以及要增加或减少的...
...atnapier.medium.com/the-mighty-base-point-g-in-elliptic-curve-cryptography-and-whats-an-order-afccf2f8b3a3)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~