Uses of Class
org.ldk.structs.MonitorEvent
-
Packages that use MonitorEvent Package Description org.ldk.structs -
-
Uses of MonitorEvent in org.ldk.structs
Subclasses of MonitorEvent in org.ldk.structs Modifier and Type Class Description static classMonitorEvent.CommitmentTxBroadcastedstatic classMonitorEvent.HTLCEventMethods in org.ldk.structs that return MonitorEvent Modifier and Type Method Description MonitorEventMonitorEvent. clone()Creates a copy of the MonitorEventstatic MonitorEventMonitorEvent. commitment_tx_broadcasted(OutPoint a)Utility method to constructs a new CommitmentTxBroadcasted-variant MonitorEventMonitorEvent[]ChannelMonitor. get_and_clear_pending_monitor_events()Get the list of HTLCs who's status has been updated on chain.static MonitorEventMonitorEvent. htlcevent(HTLCUpdate a)Utility method to constructs a new HTLCEvent-variant MonitorEventMonitorEvent[]Watch. release_pending_monitor_events()Returns any monitor events since the last call.MonitorEvent[]Watch.WatchInterface. release_pending_monitor_events()Returns any monitor events since the last call.
-