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