UNPKG

@wireapp/cryptobox

Version:

High-level API with persistent storage for Proteus.

10 lines (9 loc) 187 B
export declare type SerializedCryptobox = { identity: string; prekeys: { [preKeyId: string]: string; }; sessions: { [sessionId: string]: string; }; };