Uses of Class
org.ldk.structs.InvoicePayer
-
Packages that use InvoicePayer Package Description org.ldk.batteries org.ldk.structs -
-
Uses of InvoicePayer in org.ldk.batteries
Fields in org.ldk.batteries declared as InvoicePayer Modifier and Type Field Description InvoicePayerChannelManagerConstructor. payerIf a `NetworkGraph` is provided to the constructor *and* a `LockableScore` is provided to `chain_sync_completed`, this will be non-null after `chain_sync_completed` returns. -
Uses of InvoicePayer in org.ldk.structs
Methods in org.ldk.structs that return InvoicePayer Modifier and Type Method Description static InvoicePayerInvoicePayer. of(Payer payer, Router router, MultiThreadedLockableScore scorer, Logger logger, EventHandler event_handler, Retry retry)Creates an invoice payer that retries failed payment paths.
-