getLocalName

Calls the "getLocalName" function on the contract.

Example

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

Parameters

The options for the getLocalName function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.