MediateGrant

fmgp.did.comm.protocol.mediatorcoordination2.MediateGrant
See theMediateGrant companion object
final case class MediateGrant(id: MsgID, thid: MsgID, from: FROM, to: TO, routing_did: FROMTO)

A mediate grant message is a signal from the mediator to the recipient that permission is given to distribute the included information as an inbound route.

Value parameters

routing_did

DID of the mediator where forwarded messages should be sent. The recipient may use this DID as an enpoint as explained in Using a DID as an endpoint section of the specification.

{
 "id": "123456780",
 "type": "https://didcomm.org/coordinate-mediation/2.0/mediate-grant",
 "body": {"routing_did": "did:peer:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6"}
}

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

def piuri: PIURI

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product