getContentURI

Calls the "getContentURI" function on the contract.

Example

import { getContentURI } from "thirdweb/extensions/lens";
const result = await getContentURI({
contract,
profileId: ...,
pubId: ...,
});
function getContentURI(
): Promise<string>;

Parameters

The options for the getContentURI function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.