Module bolt11_payment
Expand description
Convenient utilities for paying Lightning invoices.
Functionsยง
- Builds the necessary parameters to pay or pre-flight probe the given [
Bolt11Invoice
] usingChannelManager::send_payment
orChannelManager::send_preflight_probes
. - Builds the necessary parameters to pay or pre-flight probe the given zero-amount [
Bolt11Invoice
] usingChannelManager::send_payment
orChannelManager::send_preflight_probes
.