GroupInfo

open class GroupInfo : GroupInfoProtocol, @unchecked Sendable
extension GroupInfo: CustomStringConvertible
extension GroupInfo: Equatable
extension GroupInfo: Hashable

MLS Group Information

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

  • Construct a new instance, transferring data from the client layer to Rust.

    Declaration

    Swift

    public convenience init(bytes: Data)
  • Get the raw bytes from this type, transferring data from Rust to the client layer.

    This does not consume the newtype, instead copying the internal data across the FFI boundary.

    Declaration

    Swift

    open func copyBytes() -> Data
  • Declaration

    Swift

    open var description: String { get }
  • Declaration

    Swift

    public static func == (self: GroupInfo, other: GroupInfo) -> Bool
  • Declaration

    Swift

    open func hash(into hasher: inout Hasher)