getProfileIdByHandleHash

Calls the "getProfileIdByHandleHash" function on the contract.

Example

import { getProfileIdByHandleHash } from "thirdweb/extensions/lens";
const result = await getProfileIdByHandleHash({
contract,
handleHash: ...,
});

Parameters

Returns

The parsed result of the function call.