Clear all registrations and pending updates.
Clear a pending update for a window.
Get all registered napplet entries.
Get the full entry for a napplet by windowId directly. NIP-5D: Required for sessions where pubkey is '' (identity established via originRegistry). Unlike getEntry(pubkey), this works when pubkey is empty.
Get the instance GUID for a window.
Get the pubkey associated with a windowId.
Get the windowId for a napplet pubkey.
Check if a windowId has a registered napplet.
Register a napplet entry, mapping windowId to pubkey and vice versa.
Set a pending update for a window (napplet reconnected with different hash).
Unregister a napplet by windowId, removing both mappings.
Bidirectional registry mapping windowIds to verified napplet pubkeys. Maintained by the runtime after successful AUTH handshakes.
Example