Calls the "mintTimestampOf" function on the contract.
import { mintTimestampOf } from "thirdweb/extensions/lens"; const result = await mintTimestampOf({ contract, tokenId: ...,});
function mintTimestampOfFollowNFT( options: BaseTransactionOptions<MintTimestampOfParams>,): Promise<bigint>;
The options for the mintTimestampOf function.
let options: BaseTransactionOptions<MintTimestampOfParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.