docs icon indicating copy to clipboard operation
docs copied to clipboard

Correct return types in Iuniswapv3poolstate Docs

Open mivgubel opened this issue 1 year ago • 1 comments

I corrected the types in the Return Values table in the Documentation of the Iuniswapv3poolstate functions: positions & observations.

In positions function, I corrected the type of the _liquidity variable from bytes32 to uint128 to avoid confusion in the docs. image

In observations function, I corrected the type of the blockTimestamp variable from uint256 to uint32 to avoid confusion in the docs. image

mivgubel avatar Aug 23 '23 18:08 mivgubel