FlowNFTDescriptor
Inherits: IFlowNFTDescriptor
See the documentation in IFlowNFTDescriptor.
Functions
tokenURI
Produces the URI describing a particular stream NFT.
Currently it returns the Sablier logo as an SVG. In the future, it will return an NFT SVG.
function tokenURI(IERC721Metadata, uint256) external pure override returns (string memory uri);
Parameters
Name | Type | Description |
---|---|---|
<none> | IERC721Metadata | |
<none> | uint256 |
Returns
Name | Type | Description |
---|---|---|
uri | string | The URI of the ERC721-compliant metadata. |