Uses of Class
org.ldk.structs.MultiThreadedLockableScore
-
Packages that use MultiThreadedLockableScore Package Description org.ldk.batteries org.ldk.structs -
-
Uses of MultiThreadedLockableScore in org.ldk.batteries
Methods in org.ldk.batteries with parameters of type MultiThreadedLockableScore Modifier and Type Method Description voidChannelManagerConstructor. chain_sync_completed(ChannelManagerConstructor.EventHandler event_handler, MultiThreadedLockableScore 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 MultiThreadedLockableScore in org.ldk.structs
Methods in org.ldk.structs that return MultiThreadedLockableScore Modifier and Type Method Description static MultiThreadedLockableScoreMultiThreadedLockableScore. of(Score score)Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].Methods in org.ldk.structs with parameters of type MultiThreadedLockableScore 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.Result_NoneErrorZPersister. persist_scorer(MultiThreadedLockableScore scorer)Persist the given [`MultiThreadedLockableScore`] to disk, returning an error if persistence failed.Result_NoneErrorZPersister.PersisterInterface. persist_scorer(MultiThreadedLockableScore scorer)Persist the given [`MultiThreadedLockableScore`] to disk, returning an error if persistence failed.static BackgroundProcessorBackgroundProcessor. start(Persister persister, EventHandler event_handler, ChainMonitor chain_monitor, ChannelManager channel_manager, GossipSync gossip_sync, PeerManager peer_manager, Logger logger, MultiThreadedLockableScore scorer)Start a background thread that takes care of responsibilities enumerated in the [top-level documentation].
-