Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 1.56 KB

NostrRelayInfo.md

File metadata and controls

83 lines (42 loc) · 1.56 KB

nostr-websocket-utils v0.3.0


nostr-websocket-utils / NostrRelayInfo

Interface: NostrRelayInfo

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