trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m.key.verification
/
SasKeyEventContent
Sas
Key
Event
Content
@
Serializable
data
class
SasKeyEventContent
(
val
key
:
String
,
val
relatesTo
:
RelatesTo.Reference
?
,
val
transactionId
:
String
?
)
:
VerificationStep
Constructors
Properties
See also
See also
matrix spec
Constructors
Sas
Key
Event
Content
Link copied to clipboard
fun
SasKeyEventContent
(
key
:
String
,
relatesTo
:
RelatesTo.Reference
?
,
transactionId
:
String
?
)
Properties
key
Link copied to clipboard
val
key
:
String
relates
To
Link copied to clipboard
open
override
val
relatesTo
:
RelatesTo.Reference
?
transaction
Id
Link copied to clipboard
open
override
val
transactionId
:
String
?