TransactionAdded

data class TransactionAdded(val transaction: VerificationTransaction) : VerificationEvent

Constructors

Link copied to clipboard
fun TransactionAdded(transaction: VerificationTransaction)

Properties

Link copied to clipboard
val otherUserId: String
Link copied to clipboard
val transaction: VerificationTransaction
Link copied to clipboard
val transactionId: String