Module bolt11_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_ variable_ amount_ invoice - 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
.