getPublication

Calls the "getPublication" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.