Package org.ldk.structs
Class MonitorEvent.CommitmentTxConfirmed
- java.lang.Object
-
- org.ldk.structs.MonitorEvent
-
- org.ldk.structs.MonitorEvent.CommitmentTxConfirmed
-
- Enclosing class:
- MonitorEvent
public static final class MonitorEvent.CommitmentTxConfirmed extends MonitorEvent
A monitor event that the Channel's commitment transaction was confirmed.
-
-
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
commitment_tx_confirmed
-
-
-
Field Detail
-
commitment_tx_confirmed
public final OutPoint commitment_tx_confirmed
-
-