InstallPublishedModuleOptions
type InstallPublishedModuleOptions = { constructorParams?: Record<string, unknown>; moduleData?: `0x${string}`; moduleName: string; nonce?: number; publisher?: string; version?: string;};type constructorParams = Record<string, unknown>;type moduleData = `0x${string}`;type moduleName = string;type nonce = number;type publisher = string;type version = string;