Module breez_sdk_core::lightning::blinded_path::payment
Expand description
Data structures and methods for constructing BlindedPath
s to send a payment over.
Structsยง
- An intermediate node, its outbound channel, and relay parameters.
- Data to construct a
BlindedHop
for forwarding a payment. - Constraints for relaying over a given
BlindedHop
. - Parameters for relaying over a given
BlindedHop
. - Data to construct a
BlindedHop
for receiving a payment. This payload is custom to LDK and may not be valid if received by another lightning implementation.