Calls the "tokenURI" function on the contract.
import { tokenURI } from "thirdweb/extensions/erc721"; const result = await tokenURI({ contract, tokenId: ...,});
function tokenURI( options: BaseTransactionOptions<TokenURIParams>,): Promise<string>;
The options for the tokenURI function.
let options: BaseTransactionOptions<TokenURIParams>;
let returnType: Promise<string>;
The parsed result of the function call.