pub type InvoicePayer<P, R, S, L, E> = InvoicePayerUsingTime<P, R, S, L, E, Eternity>;
Expand description

A utility for paying Invoices and sending spontaneous payments.

See module-level documentation for details.