NegentropyItem

data class NegentropyItem(val createdAt: Long, val eventId: NostrEventId)

One item in a local NIP-77 set.

Constructors

Link copied to clipboard
constructor(createdAt: Long, eventId: NostrEventId)

Properties

Link copied to clipboard

Event timestamp in Unix seconds.

Link copied to clipboard

Event identifier.