@JsonClass(true) data class ReceivedResponse : TrustPingRecord
Represents a trust ping record in the "received response" state. We are in this state after receiving a response from a sent ping message. Note: if we set the response requested flag to false in the initial ping message, we should NOT have received a response. In that case, we stay in the "sent ping" state.
<init> |
Represents a trust ping record in the "received response" state. We are in this state after receiving a response from a sent ping message. Note: if we set the response requested flag to false in the initial ping message, we should NOT have received a response. In that case, we stay in the "sent ping" state. ReceivedResponse(id: String, comment: String?, response: String?) |
comment |
val comment: String? |
id |
is the ID of the wallet record. val id: String |
response |
val response: String? |