nostr-websocket-utils

nostr-websocket-utils v0.3.16


nostr-websocket-utils / NostrRelayInfo

Interface: NostrRelayInfo

Defined in: types/relays.ts:9

Relay information interface

Extended by

Properties

name?

optional name: string

Defined in: types/relays.ts:10


description?

optional description: string

Defined in: types/relays.ts:11


pubkey?

optional pubkey: string

Defined in: types/relays.ts:12


contact?

optional contact: string

Defined in: types/relays.ts:13


supported_nips?

optional supported_nips: number[]

Defined in: types/relays.ts:14


software?

optional software: string

Defined in: types/relays.ts:15


version?

optional version: string

Defined in: types/relays.ts:16