Metadata for an individual module within the runtime.

interface CoreModuleInfo {
    methods: CoreMethodHandlerInfo[];
    params: any;
    version: number;
}

Properties

params: any
version: number