Skip to content

EngineMessageV1

Purpose

A message sent between two engine instances .

Type

Record with fields:

  • id: u64

    Message ID: unique per src-dst pairs

  • reply_to: Option

    id of a previous message this message is in reply to

  • protocol: Protocol

    Protocol & version used in body

  • body: Vec

    Serialized message body

  • sig: Option

    Signature over the above fields by src