getOriginalFollowTimestamp

Calls the "getOriginalFollowTimestamp" function on the contract.

Example

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

Parameters

The options for the getOriginalFollowTimestamp function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.