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

    Type Alias GroupInfoBundle

    A GroupInfo with some metadata

    type GroupInfoBundle = {
        encryptionType: GroupInfoEncryptionType;
        payload: GroupInfo;
        ratchetTreeType: RatchetTreeType;
    }
    Index

    Properties

    encryptionType: GroupInfoEncryptionType

    How the group info is encrypetd

    payload: GroupInfo

    The group info

    ratchetTreeType: RatchetTreeType

    What kind of ratchet tree is used