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 class
MonitorEvent.CommitmentTxBroadcasted
static class
MonitorEvent.HTLCEvent
Methods in org.ldk.structs that return MonitorEvent Modifier and Type Method Description MonitorEvent
MonitorEvent. clone()
Creates a copy of the MonitorEventstatic MonitorEvent
MonitorEvent. 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 MonitorEvent
MonitorEvent. 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.
-