UNPKG

rx-nostr

Version:

A library based on RxJS, which allows Nostr applications to easily communicate with relays.

6 lines 274 B
import * as Nostr from "nostr-typedef"; /** * Fetch relay's information based on [NIP-11](https://github.com/nostr-protocol/nips/blob/master/11.md). */ export declare function fetchRelayInfo(url: string): Promise<Nostr.Nip11.RelayInfo>; //# sourceMappingURL=nip11.d.ts.map