Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cameri/nostream
/ getChallenge
Method
getChallenge
src/adapters/web-socket-adapter.ts:153–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
152
// NIP-42
153
public getChallenge(): string {
154
return
this.challenge
155
}
156
157
public getAuthenticatedPubkeys(): ReadonlySet<string> {
158
return
new
Set(this.authenticatedPubkeys)
Callers
2
web-socket-adapter.spec.ts
File · 0.80
handleMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected