Module message
Expand description
Data structures and methods for constructing BlindedMessagePath
s to send a message over.
Structs§
- A blinded path to be used for sending or receiving a message, hiding the identity of the recipient.
- Contains a simple nonce for use in a blinded path’s context.
- An intermediate node, and possibly a short channel id leading to the next node.
Enums§
- Contains data specific to an
AsyncPaymentsMessage
. - Additional data included by the recipient in a
BlindedMessagePath
. - The next hop to forward an onion message along its path.
- Contains data specific to an
OffersMessage
.