getDefaultHandle

Calls the "getDefaultHandle" function on the contract.

Example

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

Parameters

The options for the getDefaultHandle function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.