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