Calls the "getProfile" function on the contract.
import { getProfile } from "thirdweb/extensions/lens"; const result = await getProfile({ contract, profileId: ...,});
function getProfile( options: BaseTransactionOptions<GetProfileParams>,): Promise<{ __DEPRECATED__followNFTURI: string; __DEPRECATED__handle: string; __DEPRECATED__imageURI: string; followModule: string; followNFT: string; metadataURI: string; pubCount: bigint;}>;
The options for the getProfile function.
let options: BaseTransactionOptions<GetProfileParams>;
let returnType: Promise<{ __DEPRECATED__followNFTURI: string; __DEPRECATED__handle: string; __DEPRECATED__imageURI: string; followModule: string; followNFT: string; metadataURI: string; pubCount: bigint;}>;
The parsed result of the function call.