Module payment
Expand description
Convenient utilities for paying Lightning invoices.
Functionsยง
- payment_
parameters_ from_ invoice - Builds the necessary parameters to pay or pre-flight probe the given
Bolt11Invoice
usingChannelManager::send_payment
orChannelManager::send_preflight_probes
. - payment_
parameters_ from_ zero_ amount_ invoice - Builds the necessary parameters to pay or pre-flight probe the given zero-amount
Bolt11Invoice
usingChannelManager::send_payment
orChannelManager::send_preflight_probes
.