Package org.ldk.structs
Class MonitorEvent.UpdateFailed
- java.lang.Object
-
- org.ldk.structs.MonitorEvent
-
- org.ldk.structs.MonitorEvent.UpdateFailed
-
- Enclosing class:
- MonitorEvent
public static final class MonitorEvent.UpdateFailed extends MonitorEvent
Indicates a [`ChannelMonitor`] update has failed. See [`ChannelMonitorUpdateErr::PermanentFailure`] for more information on how this is used. [`ChannelMonitorUpdateErr::PermanentFailure`]: super::ChannelMonitorUpdateErr::PermanentFailure
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.MonitorEvent
MonitorEvent.CommitmentTxConfirmed, MonitorEvent.HTLCEvent, MonitorEvent.UpdateCompleted, MonitorEvent.UpdateFailed
-
-
Field Summary
Fields Modifier and Type Field Description OutPointupdate_failed
-
Method Summary
-
Methods inherited from class org.ldk.structs.MonitorEvent
clone, commitment_tx_confirmed, finalize, htlcevent, update_completed, update_failed, write
-
-
-
-
Field Detail
-
update_failed
public final OutPoint update_failed
-
-