GroupInfo

open class GroupInfo : GroupInfoProtocol, @unchecked Sendable

MLS Group Information

This is used when joining by external commit. It can be found within the GroupInfoBundle within a CommitBundle.

  • Fallibly instantiate an instance from a TLS-serialized byte array.

    Declaration

    Swift

    public convenience init(bytes: Data) throws