nostr-websocket-utils / ChannelSubscriptionManager
Defined in: nips/nip-28.ts:186
Channel subscription manager interface
subscribe(
channelId):NostrWSMessage
Defined in: nips/nip-28.ts:192
Subscribes to a channel
string
Channel ID
Subscription message
unsubscribe(
channelId):NostrWSMessage
Defined in: nips/nip-28.ts:199
Unsubscribes from a channel
string
Channel ID
Unsubscribe message
getMetadata(
channelId):Promise<ChannelMetadata|undefined>
Defined in: nips/nip-28.ts:206
Gets channel metadata
string
Channel ID
Promise<ChannelMetadata | undefined>
Channel metadata