SasKeyEventContent

@Serializable
data class SasKeyEventContent(val key: String, val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStep

See also

Constructors

Link copied to clipboard
constructor(key: String, relatesTo: RelatesTo.Reference?, transactionId: String?)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
open override val relatesTo: RelatesTo.Reference?
Link copied to clipboard
open override val transactionId: String?