CommandResult

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.

Constructors

Link copied to clipboard
constructor(eventId: ByteString, success: Boolean, message: String?)

Properties

Link copied to clipboard
val eventId: ByteString
Link copied to clipboard
Link copied to clipboard