CommitBundle

data class CommitBundle(var welcome: Welcome?, var commit: ByteArray, var groupInfo: GroupInfoBundle, var encryptedMessage: ByteArray?) : Disposable(source)

Information returned when a commit is created.

Constructors

Link copied to clipboard
constructor(welcome: Welcome?, commit: ByteArray, groupInfo: GroupInfoBundle, encryptedMessage: ByteArray?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The MLS commit message.

Link copied to clipboard

An encrypted message to fan out to all other conversation members in the new epoch.

Link copied to clipboard

The GroupInfo associated with this commit.

Link copied to clipboard

A welcome message, present when there are pending Add proposals.

Functions

Link copied to clipboard
open override fun destroy()