abstract fun createTrustPing(agent: Agent, comment: String?, responseRequested: Boolean): Single<Pair<SentPing, TrustPingMessage>>
Creates a trust ping message with an optional comment.
agent
- for which to create the message.
comment
- is the optional comment for the receiver.
Return
Single of a Pair of a TrustPingRecord.SentPing and TrustPingMessage, the
record for this trust ping and the created message.