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`].
-