Optional
addressableA method that will be called when an addressable event isn't found in the store
Optional
eventA method that will be called when an event isn't found in the store
A stream of new events added to the store
A stream of events that have been removed
Optional
replaceableA method that will be called when a replaceable event isn't found in the store
A stream of events that have been updated
Add an event to the store
Subscribe to an addressable event by pointer
Subscribe to a users blossom servers
Sets the claim on the event and touches it
Removes all claims on an event
Subscribe to a users contacts
Subscribe to an event by id
Subscribe to a batch of events that match the filters
Get an event by id
Get a replaceable event
Optional
identifier: stringCheck if the event store has an event with id
Check if the event store has a replaceable event
Optional
identifier: stringChecks if an event is claimed by anything
Subscribe to a users NIP-65 mailboxes
Subscribe to a users mutes
Subscribe to a users profile
Remove an event from the store
Removes a claim from an event
Subscribe to a replaceable event by pointer
Subscribe to a replaceable event with legacy arguments
Optional
identifier: stringSubscribe to a thread
Subscribe to a sorted timeline of events that match the filters
Tell the store that this event was used
Returns a generator of unclaimed events in order of least used
Notify the store that an event has updated
The async event store interface