EventContent

interface EventContent

A type that can be signed and converted into an Event

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val kind: Int
Link copied to clipboard
abstract val tags: List<Tag>

Functions

Link copied to clipboard
Link copied to clipboard
open fun sign(sec: SecKey): Event
Link copied to clipboard
abstract fun toJsonString(): String