SasAcceptEventContent

@Serializable
data class SasAcceptEventContent(val commitment: String, val hash: SasHash, val keyAgreementProtocol: SasKeyAgreementProtocol, val messageAuthenticationCode: SasMessageAuthenticationCode, val shortAuthenticationString: Set<SasMethod>, val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStep

See also

Constructors

Link copied to clipboard
constructor(commitment: String, hash: SasHash, keyAgreementProtocol: SasKeyAgreementProtocol, messageAuthenticationCode: SasMessageAuthenticationCode, shortAuthenticationString: Set<SasMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
open override val relatesTo: RelatesTo.Reference?
Link copied to clipboard
open override val transactionId: String?