Documentation
    Preparing search index...

    Variable nappKeyRegistryConst

    nappKeyRegistry: {
        clear(): void;
        clearPendingUpdate(windowId: string): void;
        getAllEntries(): SessionEntry[];
        getEntry(pubkey: string): SessionEntry | undefined;
        getPendingUpdate(windowId: string): PendingUpdate | undefined;
        getPubkey(windowId: string): string | undefined;
        getWindowId(pubkey: string): string | undefined;
        isRegistered(windowId: string): boolean;
        register(windowId: string, entry: SessionEntry): void;
        setPendingUpdate(windowId: string, update: PendingUpdate): void;
        unregister(windowId: string): void;
    } = sessionRegistry

    Type Declaration

    Use sessionRegistry. Will be removed in v0.9.0.