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