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