corda / net.corda.core.node.services.diagnostics / DiagnosticsService

DiagnosticsService

@DoNotImplement interface DiagnosticsService

A DiagnosticsService provides APIs that allow CorDapps to query information about the node that CorDapp is currently running on.

Functions

nodeVersionInfo

Retrieve information about the current node version.

abstract fun nodeVersionInfo(): NodeVersionInfo