ClientMetaData

@Serializable
data class ClientMetaData(val name: String, val ftue: Boolean = true, val logginPrompt: Boolean = true, val logging: Boolean = false, val error: String = "") : NodeMetaData(source)

Payload for a Client node.

Constructors

Link copied to clipboard
constructor(name: String, ftue: Boolean = true, logginPrompt: Boolean = true, logging: Boolean = false, error: String = "")

Properties

Link copied to clipboard
open override val error: String

Last known error message for this node, or empty string when healthy.

Link copied to clipboard

true while the client is still walking the user through first-time setup.

Link copied to clipboard

true when verbose logging has been opted into.

Link copied to clipboard

true while the client is offering to enable verbose logging on this device.

Link copied to clipboard

Hostname of the device hosting this client — shown to peers.