@JsonClass(true) data class SentResponse : TrustPingRecord
Represents a trust ping record in the "sent response" state. We are in this state after sending back a ping response message.
<init> |
Represents a trust ping record in the "sent response" state. We are in this state after sending back a ping response message. SentResponse(id: String, comment: String?, response: String?, threadId: String, connectionContext: ConnectionContext) |
comment |
val comment: String? |
connectionContext |
val connectionContext: ConnectionContext |
id |
is the ID of the wallet record. val id: String |
response |
val response: String? |
threadId |
val threadId: String |