ISeawaterExecutorUpdatePosition

Git Source

Functions

updatePositionC7F1F740

refreshes a position's fees, and adds or removes liquidity

function updatePositionC7F1F740(address pool, uint256 id, int128 delta) external returns (int256, int256);

Parameters

NameTypeDescription
pooladdressto use this with
iduint256the id of the position
deltaint128the amount of liquidity to add or remove

Returns

NameTypeDescription
<none>int256the deltas for token0 and token1 for the user
<none>int256