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 variable-amount (also known as ‘zero-amount’) [
Bolt11Invoice
] usingChannelManager::send_payment
orChannelManager::send_preflight_probes
.