Commit Bundle
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?)