Package-level declarations

Types

Link copied to clipboard
@Serializable
data class MasterKeyEventContent(val encrypted: Map<String, JsonElement>) : SecretEventContent
Link copied to clipboard
@Serializable
data class SelfSigningKeyEventContent(val encrypted: Map<String, JsonElement>) : SecretEventContent
Link copied to clipboard
@Serializable
data class UserSigningKeyEventContent(val encrypted: Map<String, JsonElement>) : SecretEventContent