mintTimestampOfFollowNFT

Calls the "mintTimestampOf" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.