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