ById

data class ById(val id: String) : NodeAddress(source)

Address by hex string ID (e.g. "!a1b2c3d4").

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Functions

Link copied to clipboard
fun toContactKey(channel: Int): ContactKey

Build a ContactKey for this address on the given channel.

Link copied to clipboard

Convert back to the legacy string representation used in DataPacket.