Module messages_relay::message_lane
source · Expand description
One-way message lane types. Within single one-way lane we have three ‘races’ where we try to:
- relay new messages from source to target node;
- relay proof-of-delivery from target to source node.
Traits§
- One-way message lane.
Type Aliases§
- Source header id within given one-way message lane.
- Target header id within given one-way message lane.