Module payment
Expand description
Data structures and methods for constructing BlindedPath
s to send a payment over.
Structsยง
- Forward
Node - An intermediate node, its outbound channel, and relay parameters.
- Forward
Tlvs - Data to construct a
BlindedHop
for forwarding a payment. - Payment
Constraints - Constraints for relaying over a given
BlindedHop
. - Payment
Relay - Parameters for relaying over a given
BlindedHop
. - Receive
Tlvs - 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.