UNPKG

nostr-web-components

Version:

collection of web components that provide quick access to basic nostr things

3 lines (2 loc) 143 B
export declare function getOutboxRelaysFor(pubkey: string): Promise<string[]>; export declare function appendFallback(relays: string[]): void;