EclypseRequest.__init__#

EclypseRequest.__init__(recipient_ids, data, _comm, timestamp=None)[source]

Create a new EclypseRequest.

Parameters:
  • recipient_ids (list[str]) – The ids of the recipients.

  • data (dict[str, Any]) – The data of the request.

  • _comm (EclypseCommunicationInterface) – The communication interface.

  • timestamp (datetime | None, optional) – The timestamp of the request. Defaults to None.