mintTimestampOf

Calls the "mintTimestampOf" function on the contract.

Example

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

Parameters

The options for the mintTimestampOf function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.