getLocalName

Calls the "getLocalName" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.