fmgp.did.comm.protocol.trustping2

Members list

Concise view

Type members

Classlikes

sealed trait TrustPing

https://didcomm.org/trust-ping/2.0/ping

https://didcomm.org/trust-ping/2.0/ping

{
"type": "https://didcomm.org/trust-ping/2.0/ping",
"id": "518be002-de8e-456e-b3d5-8fe472477a86",
"from": "did:example:123456",
"body": {"response_requested": true}
}

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TrustPing

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TrustPingResponse(id: MsgID, thid: MsgID, to: TO, from: Option[FROM])
{
"type": "https://didcomm.org/trust-ping/2.0/ping-response",
"id": "e002518b-456e-b3d5-de8e-7a86fe472847",
"thid": "518be002-de8e-456e-b3d5-8fe472477a86"
}

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TrustPingWithOutRequestedResponse(id: MsgID, from: Option[FROM], to: TO) extends TrustPing

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TrustPing
class Object
trait Matchable
class Any
final case class TrustPingWithRequestedResponse(id: MsgID, from: FROM, to: TO) extends TrustPing

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TrustPing
class Object
trait Matchable
class Any