Skip to content

DomainRequest

Purpose

A request sent to a domain that is delivered to any domain member.

Reception

Structure

Field Type Description
src ExternalIdentity External identity of sender
domain ExternalIdentity External identity of destination domain
path Vec<ExternalIdentity> Path of the request, updated at each hop.
protocol Protocol Protocol & version used in body
body Vec Serialized message body.

Triggers