Uses of Interface
org.ldk.batteries.ChannelManagerConstructor.EventHandler
-
Packages that use ChannelManagerConstructor.EventHandler Package Description org.ldk.batteries -
-
Uses of ChannelManagerConstructor.EventHandler in org.ldk.batteries
Methods in org.ldk.batteries with parameters of type ChannelManagerConstructor.EventHandler Modifier and Type Method Description void
ChannelManagerConstructor. chain_sync_completed(ChannelManagerConstructor.EventHandler event_handler)
Utility which adds all of the deserialized ChannelMonitors to the chain watch so that further updates from the ChannelManager are processed as normal.
-