getHandle

Calls the "getHandle" function on the contract.

Example

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

Parameters

The options for the getHandle function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.