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