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.CommitmentTxConfirmedA monitor event that the Channel's commitment transaction was confirmed.static classMonitorEvent.HTLCEventA monitor event containing an HTLCUpdate.static classMonitorEvent.UpdateCompletedIndicates a [`ChannelMonitor`] update has completed.static classMonitorEvent.UpdateFailedIndicates a [`ChannelMonitor`] update has failed.Fields in org.ldk.structs declared as MonitorEvent Modifier and Type Field Description MonitorEventOption_MonitorEventZ.Some. someMethods in org.ldk.structs that return MonitorEvent Modifier and Type Method Description MonitorEventMonitorEvent. clone()Creates a copy of the MonitorEventstatic MonitorEventMonitorEvent. commitment_tx_confirmed(OutPoint a)Utility method to constructs a new CommitmentTxConfirmed-variant MonitorEventMonitorEvent[]ChannelMonitor. get_and_clear_pending_monitor_events()Get the list of HTLCs who's status has been updated on chain.MonitorEvent[]ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ. get_b()static MonitorEventMonitorEvent. htlcevent(HTLCUpdate a)Utility method to constructs a new HTLCEvent-variant MonitorEventstatic MonitorEventMonitorEvent. update_completed(OutPoint funding_txo, long monitor_update_id)Utility method to constructs a new UpdateCompleted-variant MonitorEventstatic MonitorEventMonitorEvent. update_failed(OutPoint a)Utility method to constructs a new UpdateFailed-variant MonitorEventMethods in org.ldk.structs with parameters of type MonitorEvent Modifier and Type Method Description static ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ. of(OutPoint a, MonitorEvent[] b, byte[] c)Creates a new C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ from the contained elements.static Option_MonitorEventZOption_MonitorEventZ. some(MonitorEvent o)Constructs a new COption_MonitorEventZ containing a crate::lightning::chain::channelmonitor::MonitorEvent
-