aries / net.globalid.aries.features.trustping.record / TrustPingRecord / SentResponse

SentResponse

@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.

Constructors

<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)

Properties

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