DeliveryRequest

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.

Attributes

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"
}
Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product