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