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