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