MediateRequest

fmgp.did.comm.protocol.mediatorcoordination3.MediateRequest
See theMediateRequest companion object
final case class MediateRequest(id: MsgID, from: FROM, to: TO)

This message serves as a request from the recipient to the mediator, asking for the permission (and routing information) to publish the endpoint as a mediator.

{
 "id": "123456780",
 "type": "https://didcomm.org/coordinate-mediation/3.0/mediate-request",
}

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product