DaemonHello interface

What the Manager daemon said about itself when the status channel opened. protocolVersion is absent for a daemon that predates the handshake, in which case skew is "unknown". daemonVersion is the daemon’s build label (version.label), which stands in when the daemon sent no separate daemon_version.

Signature:

export interface DaemonHello

Properties

Property Type Description

daemonVersion

string

protocolVersion?

ProtocolVersion

(Optional)

skew

ProtocolSkew

classifyProtocolSkew() of the daemon’s version against the SDK’s.

version

VersionInfo