fmgp.did.comm.protocol.trustping2

Members list

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
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TrustPing

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TrustPing.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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TrustPing
class Object
trait Matchable
class Any
Show all