getHandle

Calls the "getHandle" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.