Hierarchy

Constructors

Properties

identities: {
    [origin: string]: ratchet.Identity;
} = {}

Type declaration

  • [origin: string]: ratchet.Identity
remoteIdentities: {
    [key: string]: RemoteIdentity;
} = {}

Type declaration

sessions: {
    [key: string]: ratchet.AsymmetricRatchet;
} = {}

Type declaration

  • [key: string]: ratchet.AsymmetricRatchet

Methods

Generated using TypeDoc