Module payment
Expand description
Data structures and methods for constructing BlindedPaths to send a payment over.
Structsยง
- Forward
Node - An intermediate node, its outbound channel, and relay parameters.
- Forward
Tlvs - Data to construct a
BlindedHopfor 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
BlindedHopfor receiving a payment. This payload is custom to LDK and may not be valid if received by another lightning implementation.