@wireapp/core-crypto
    Preparing search index...

    Type Alias CommitBundle

    Information returned when a commit is created.

    type CommitBundle = {
        commit: ArrayBuffer;
        encryptedMessage: ArrayBuffer | undefined;
        groupInfo: GroupInfoBundle;
        welcome: WelcomeInterface | undefined;
    }
    Index

    Properties

    commit: ArrayBuffer

    The commit message

    encryptedMessage: ArrayBuffer | undefined

    An encrypted message to fan out to all other conversation members in the new epoch

    groupInfo: GroupInfoBundle

    GroupInfo if the commit is merged

    welcome: WelcomeInterface | undefined

    A welcome message if there are pending Add proposals