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