Count events on all relays in the group
ProtectedinternalInternal logic for handling publishes to multiple relays
ProtectedinternalInternal logic for handling requests to multiple relays
Negentropy sync events with the relays and an event store
Optionalopts: GroupNegentropySyncOptionsPublish an event to all relays with retries ( default 3 retries )
Optionalopts: PublishOptionsMake a request to all relays
Optionalopts: { eventStore?: IEventStoreActions | IAsyncEventStoreActions | null }OptionaleventStore?: IEventStoreActions | IAsyncEventStoreActions | nullDeduplicate events with an event store (default is a temporary instance of EventMemory), null will disable deduplication
Request events from all relays and complete on EOSE
Optionalopts: GroupRequestOptionsOpen a subscription to all relays with retries ( default 3 retries )
Optionalopts: GroupSubscriptionOptionsNegentropy sync events with the relays and an event store
Optionaldirection: SyncDirection
Add a relay to the group