HistorySecret

data class HistorySecret(var clientId: ClientId, var data: ByteArray) : Disposable(source)

A HistorySecret encodes sufficient client state that it can be used to instantiate an ephemeral client.

Constructors

Link copied to clipboard
constructor(clientId: ClientId, data: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client id of the associated history client

Link copied to clipboard

Opaque secret data sufficient to reconstruct a history client.

Functions

Link copied to clipboard
open override fun destroy()