Position
Manages and updates the position information
get
function get(mapping(bytes32 => PositionInfo) storage self, address owner, int24 tickLower, int24 tickUpper) internal view returns (PositionInfo storage position)update
function update(PositionInfo storage self, int128 liquidityDelta, GrowthX128 memory insideLast) internalLast updated
Was this helpful?