UNPKG

rx-nostr

Version:

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

8 lines (5 loc) 162 B
import { EventSigner } from "./signer.js"; export type AuthenticatorConfig = Authenticator | "auto"; export interface Authenticator { signer?: EventSigner; }