Verified

@Serializable
@SerialName(value = "verified")
data class Verified(val keyValue: String) : KeyVerificationState

This key has been verified.

Constructors

Link copied to clipboard
constructor(keyValue: String)

Properties

Link copied to clipboard
open override val keyValue: String