Uses of Class
org.ldk.structs.LockableScore
-
Packages that use LockableScore Package Description org.ldk.batteries org.ldk.structs -
-
Uses of LockableScore in org.ldk.batteries
Methods in org.ldk.batteries with parameters of type LockableScore Modifier and Type Method Description voidChannelManagerConstructor. chain_sync_completed(ChannelManagerConstructor.EventHandler event_handler, LockableScore scorer)Utility which adds all of the deserialized ChannelMonitors to the chain watch so that further updates from the ChannelManager are processed as normal. -
Uses of LockableScore in org.ldk.structs
Methods in org.ldk.structs that return LockableScore Modifier and Type Method Description static LockableScoreLockableScore. of(Score score)Constructs a new LockableScore from a ScoreMethods in org.ldk.structs with parameters of type LockableScore Modifier and Type Method Description static InvoicePayerInvoicePayer. of(Payer payer, Router router, LockableScore scorer, Logger logger, EventHandler event_handler, RetryAttempts retry_attempts)Creates an invoice payer that retries failed payment paths.
-