isModuleRegisteredAs

Calls the "isModuleRegisteredAs" function on the contract.

Example

import { isModuleRegisteredAs } from "thirdweb/extensions/lens";
const result = await isModuleRegisteredAs({
contract,
moduleAddress: ...,
moduleType: ...,
});
function isModuleRegisteredAs(
): Promise<boolean>;

Parameters

The options for the isModuleRegisteredAs function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.