IngestionResult

data class IngestionResult(val insertedEventIds: List<NostrEventId>, val duplicateEventIds: List<NostrEventId>, val quarantinedEventIds: List<NostrEventId>)

Total classification returned after one authoritative database transaction.

Constructors

Link copied to clipboard
constructor(insertedEventIds: List<NostrEventId>, duplicateEventIds: List<NostrEventId>, quarantinedEventIds: List<NostrEventId>)

Properties

Link copied to clipboard

events already stored with identical canonical data

Link copied to clipboard

events inserted for the first time

Link copied to clipboard

events retained outside trusted projections