getProfileIdByHandleHash

Calls the "getProfileIdByHandleHash" function on the contract.

Example

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

Parameters

The options for the getProfileIdByHandleHash function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.