Verification Event
Types
Link copied to clipboard
data class RequestAdded(val request: PendingVerificationRequest) : VerificationEvent
Content copied to clipboard
Link copied to clipboard
data class RequestUpdated(val request: PendingVerificationRequest) : VerificationEvent
Content copied to clipboard
Link copied to clipboard
data class TransactionAdded(val transaction: VerificationTransaction) : VerificationEvent
Content copied to clipboard
Link copied to clipboard
data class TransactionUpdated(val transaction: VerificationTransaction) : VerificationEvent
Content copied to clipboard