Position
Fetches the paginated list of all LP positions for a user.
Usage
Params
-
provider: Ethers Provider
-
limit: Number of positions to fetch
-
offset: Offset for pagination
-
userAddress: Address of the user
Returns
Fetches the paginated list of all vote escrow NFTs (veNFT) held by a user.
Usage
Params
-
provider: Ethers Provider
-
userAddress: Address of the user
Returns
Mints a new LP position.
For complete minting flow, refer to Minting Flow
Usage
Params
-
signer: Ethers Signer
-
params: MintParams[]