sdk.erc721lazymint.tokenuri
Home > @openformat/sdk > ERC721LazyMint > tokenURI
ERC721LazyMint.tokenURI() method
Returns the tokenURI of the specified NFT. tokenURI
Signature:
tokenURI(params: ERC721TokenURIParams): Promise<string>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| params | ERC721TokenURIParams |
Returns:
Promise<string>
{Promise<string>} - The URI of the specified NFT.
Exceptions
{Error} If there was an error executing the transaction, an Error object is thrown containing parsed error data.