getModuleTypes

Calls the "getModuleTypes" function on the contract.

Example

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

Parameters

The options for the getModuleTypes function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.