RelayEndpoint

data class RelayEndpoint(val configuredUrl: String, val networkUrl: String, val noiseRemoteStaticKey: ByteArray)

Validated boundary between configured relay identity and its network endpoint.

Constructors

Link copied to clipboard
constructor(configuredUrl: String, networkUrl: String, noiseRemoteStaticKey: ByteArray)

Properties

Link copied to clipboard

Canonical persisted wss or pinned wss+noise URL.

Link copied to clipboard

Ordinary wss URL used by managed or low-level transport.

Link copied to clipboard

Pinned responder key, empty for ordinary WSS.

Link copied to clipboard

Whether this endpoint requires the SDK Noise NK transport.