EventTag

data class EventTag(val eventId: ByteString) : Tag

Constructors

Link copied to clipboard
constructor(eventId: ByteString)

Properties

Link copied to clipboard
val eventId: ByteString

Functions

Link copied to clipboard
open override fun toJsonList(): List<String>