Type Definition lightning_invoice::payment::InvoicePayer
source · [−]pub type InvoicePayer<P, R, S, L, E> = InvoicePayerUsingTime<P, R, S, L, E, Eternity>;
Expand description
A utility for paying Invoice
s and sending spontaneous payments.
See module-level documentation for details.