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§
- Message
Lane - One-way message lane.
Type Aliases§
- Source
Header IdOf - Source header id within given one-way message lane.
- Target
Header IdOf - Target header id within given one-way message lane.