Types

Link copied to clipboard
@Serializable
data class EventHash(val sha256: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class UnknownPersistentDataUnit(val content: EmptyEventContent, val type: String, val raw: JsonObject) : PersistentDataUnit<EmptyEventContent>
Link copied to clipboard
@Serializable
data class UnsignedData(val age: Long? = null)

Properties

Link copied to clipboard
abstract val content: C