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
Bolt11InvoiceusingChannelManager::send_paymentorChannelManager::send_preflight_probes. - payment_
parameters_ from_ zero_ amount_ invoice - Builds the necessary parameters to pay or pre-flight probe the given zero-amount
Bolt11InvoiceusingChannelManager::send_paymentorChannelManager::send_preflight_probes.