CommitBundle
public struct CommitBundle
extension CommitBundle: Sendable
Undocumented
-
Undocumented
Declaration
Swift
public var welcome: Welcome? -
Undocumented
Declaration
Swift
public var commit: Data -
Undocumented
Declaration
Swift
public var groupInfo: GroupInfoBundle -
An encrypted message to fan out to all other conversation members in the new epoch
Declaration
Swift
public var encryptedMessage: Data? -
Undocumented
Declaration
Swift
public init(welcome: Welcome?, commit: Data, groupInfo: GroupInfoBundle, /** * An encrypted message to fan out to all other conversation members in the new epoch */encryptedMessage: Data?)