HistorySecret

data class HistorySecret(val clientId: ClientId, val data: ByteArray)

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

Constructors

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

Properties

Link copied to clipboard

Client id of the associated history client

Link copied to clipboard

Secrets for the associated history client