fmgp.did.comm.protocol.pickup3.DeliveryRequest
See theDeliveryRequest companion object
final case class DeliveryRequest(id: MsgID, from: FROM, to: TO, limit: Int, recipient_did: Option[FROMTO])
A request from the recipient to the mediator to have pending messages delivered.
Value parameters
- recipient_did
-
Optional. When specified, the mediator MUST only return status related to that recipient did. This allows the recipient to discover if any messages are in the queue that were sent to a specific did.
{ "id": "123456780", "type": "ttps://didcomm.org/messagepickup/3.0/delivery-request", "body": { "limit": 10, "recipient_did": "<did for messages>" }, "return_route": "all" }
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article