Helpful?
IPositionDescriptor
Git Source - Generated with forge doc
Functions
tokenURI
Produces the URI describing a particular token ID
Note this URI may be a data: URI with the JSON contents directly inlined
function tokenURI(IPositionManager positionManager, uint256 tokenId) external view returns (string memory);
Parameters
Name | Type | Description |
---|---|---|
positionManager | IPositionManager | The position manager for which to describe the token |
tokenId | uint256 | The ID of the token for which to produce a description, which may not be valid |
Returns
Name | Type | Description |
---|---|---|
<none> | string | The URI of the ERC721-compliant metadata |