RMRKTokenURIEnumerated
RMRK team
RMRKTokenURIEnumerated
Implementation of enumerable token URI.
Methods
tokenURI
function tokenURI(uint256 tokenId) external view returns (string tokenURI_)Used to retrieve the metadata URI of a token.
Parameters
| Name | Type | Description |
|---|---|---|
| tokenId | uint256 | ID of the token to retrieve the metadata URI for |
Returns
| Name | Type | Description |
|---|---|---|
| tokenURI_ | string | Metadata URI of the specified token |