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

SentPing

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

Constructors

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

Properties

comment

val comment: String?

id

is the ID of the wallet record.

val id: String

responseRequested

val responseRequested: Boolean