Ingestion Result
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>)