Bidirectional registry mapping windowIds to verified napplet pubkeys. Maintained by ShellBridge after successful AUTH handshakes.
import { sessionRegistry } from '@kehto/shell';const pubkey = sessionRegistry.getPubkey('win-1');const entry = pubkey ? sessionRegistry.getEntry(pubkey) : undefined; Copy
import { sessionRegistry } from '@kehto/shell';const pubkey = sessionRegistry.getPubkey('win-1');const entry = pubkey ? sessionRegistry.getEntry(pubkey) : undefined;
Bidirectional registry mapping windowIds to verified napplet pubkeys. Maintained by ShellBridge after successful AUTH handshakes.
Example