SasAcceptEventContent

@Serializable
data class SasAcceptEventContent(val commitment: String, val hash: String = "sha256", val keyAgreementProtocol: String = "curve25519-hkdf-sha256", val messageAuthenticationCode: String = "hkdf-hmac-sha256", val shortAuthenticationString: Set<SasMethod> = setOf(DECIMAL, EMOJI), val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStep

See also

Constructors

Link copied to clipboard
fun SasAcceptEventContent(commitment: String, hash: String = "sha256", keyAgreementProtocol: String = "curve25519-hkdf-sha256", messageAuthenticationCode: String = "hkdf-hmac-sha256", shortAuthenticationString: Set<SasMethod> = setOf(DECIMAL, EMOJI), relatesTo: RelatesTo.Reference?, transactionId: String?)

Properties

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