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