Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard
data class NodeVersionInfo(val releaseVersion: String, val revision: String, val platformVersion: Int, val vendor: String)

Version info about the node. Note that this data should be used for diagnostics purposes only - it is unsafe to rely on this for functional decisions.