EndOfStoredEvents

data class EndOfStoredEvents(val subscriptionId: String) : RelayMessage

Sent by nip-15 compliant relays when the subscription has finished fetching stored events and will subsequently only send real-time events.

Constructors

Link copied to clipboard
constructor(subscriptionId: String)

Properties

Link copied to clipboard