Marmot-TS
    Preparing search index...

    Type Alias CreateGroupEventOptions

    type CreateGroupEventOptions = {
        ciphersuite: CiphersuiteImpl;
        message: MlsMessage;
        state: ClientState;
    }
    Index

    Core - Group Messages

    Core - Group Messages

    ciphersuite: CiphersuiteImpl

    The ciphersuite implementation

    message: MlsMessage

    The serialized MLS message

    The ClientState for the group