Links
Comment on page

RMRKTokenURIPerToken

RMRK team
RMRKTokenURIPerToken
Implementation of token URI per token.

Methods

tokenURI

function tokenURI(uint256 tokenId) external view returns (string)
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
_0
string
Metadata URI of the specified token