EncryptedChannelData

data class EncryptedChannelData(data: ByteVector)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

isEmpty
Link copied to clipboard
common
fun isEmpty(): Boolean
toString
Link copied to clipboard
common
open override fun toString(): String

We don't want to log the encrypted channel backups, they take a lot of space. We only keep the first bytes to help correlate mobile/server backups.

Properties

data
Link copied to clipboard
common
val data: ByteVector