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

    Interface EpochObserver

    interface EpochObserver {
        epochChanged(
            conversationId: ConversationId,
            epoch: number,
        ): Promise<void>;
    }
    Index

    Methods

    Methods