getContentURI

Calls the "getContentURI" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.