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