Status

fmgp.did.comm.protocol.pickup3.Status
See theStatus companion object
final case class Status(id: MsgID, thid: MsgID, from: FROM, to: TO, recipient_did: Option[FROMTO], message_count: Int, longest_waited_seconds: Option[Long], newest_received_time: Option[Long], oldest_received_time: Option[Long], total_bytes: Option[Long], live_delivery: Option[Boolean])

Status details about waiting messages.

{
 "id": "123456780",
 "type": "https://didcomm.org/messagepickup/3.0/status",
 "body": {
   "recipient_did": "<did for messages>",
   "message_count": 7,
   "longest_waited_seconds": 3600,
   "newest_received_time": 1658085169,
   "oldest_received_time": 1658084293,
   "total_bytes": 8096,
   "live_delivery": false
 }
}

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