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

    Interface BufferedDecryptedMessage

    Almost same as DecryptedMessage but avoids recursion

    interface BufferedDecryptedMessage {
        commitDelay?: number;
        crlNewDistributionPoints?: string[];
        hasEpochChanged: boolean;
        identity?: WireIdentity;
        isActive: boolean;
        message?: Uint8Array<ArrayBufferLike>;
        senderClientId?: ClientId;
    }
    Index

    Properties

    commitDelay?: number
    crlNewDistributionPoints?: string[]
    hasEpochChanged: boolean
    identity?: WireIdentity
    isActive: boolean
    message?: Uint8Array<ArrayBufferLike>
    senderClientId?: ClientId