TrustPingResponse

fmgp.did.comm.protocol.trustping2.TrustPingResponse
See theTrustPingResponse companion object
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
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product