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.HTLCEvent, MonitorEvent.UpdateCompleted, MonitorEvent.UpdateFailed
-
-
Field Summary
Fields Modifier and Type Field Description OutPointcommitment_tx_confirmed
-
Method Summary
-
Methods inherited from class org.ldk.structs.MonitorEvent
clone, commitment_tx_confirmed, finalize, htlcevent, update_completed, update_failed, write
-
-
-
-
Field Detail
-
commitment_tx_confirmed
public final OutPoint commitment_tx_confirmed
-
-