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