UNPKG

rx-nostr

Version:

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

7 lines 259 B
import * as Nostr from "nostr-typedef"; export interface EventVerifier { (params: Nostr.Event): Promise<boolean>; } export declare const noopVerifier: EventVerifier; export declare const emptyVerifier: EventVerifier; //# sourceMappingURL=verifier.d.ts.map