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