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