when in pool, automatically and efficiently deduplicate.

This commit is contained in:
fiatjaf
2023-02-08 09:46:05 -03:00
parent cc8e34163d
commit da59e3ce90
3 changed files with 96 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export type Sub = {
off: (type: 'event' | 'eose', cb: any) => void
}
type SubscriptionOptions = {
export type SubscriptionOptions = {
skipVerification?: boolean
id?: string
}