cyphertap
Version:
Nostr, Lightning and Ecash on a single Button component
14 lines (13 loc) • 425 B
TypeScript
/**
* Attempts to publish all unpublished events
* @returns Promise that resolves to the number of events attempted
*/
export declare function publishUnpublishedEvents(): Promise<number>;
/**
* Starts the monitoring of unpublished events
*/
export declare function startUnpublishedEventsMonitor(): void;
/**
* Stops the monitoring of unpublished events
*/
export declare function stopUnpublishedEventsMonitor(): void;