Added

data class Added(val node: NodeInfo) : NodeChange(source)

A new node joined the mesh or was discovered by the local node.

Parameters

node

the newly discovered node

Constructors

Link copied to clipboard
constructor(node: NodeInfo)

Properties

Link copied to clipboard
val node: NodeInfo