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 [`ChannelMonitorUpdateStatus::PermanentFailure`] for more information on how this is used. [`ChannelMonitorUpdateStatus::PermanentFailure`]: super::ChannelMonitorUpdateStatus::PermanentFailure
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.MonitorEvent
MonitorEvent.CommitmentTxConfirmed, MonitorEvent.Completed, MonitorEvent.HTLCEvent, MonitorEvent.UpdateFailed
-
-
Field Summary
Fields Modifier and Type Field Description OutPoint
update_failed
-
-
-
Field Detail
-
update_failed
public final OutPoint update_failed
-
-