Package-level declarations
Types
Link copied to clipboard
data class CommandResult(val eventId: ByteString, val success: Boolean, val message: String?) : RelayMessage
Result of issuing an event to a relay, as per nip-20.
Link copied to clipboard
Sent by nip-15 compliant relays when the subscription has finished fetching stored events and will subsequently only send real-time events.
Link copied to clipboard
Every event provided by the relay is associated with a subscription. This type binds both.
Link copied to clipboard
Informational notice from the relay to the client
Link copied to clipboard
interface RelayMessage
Messages that are received from relays