Package org.ldk.structs
Class Option_MonitorEventZ.Some
- java.lang.Object
-
- org.ldk.structs.Option_MonitorEventZ
-
- org.ldk.structs.Option_MonitorEventZ.Some
-
- Enclosing class:
- Option_MonitorEventZ
public static final class Option_MonitorEventZ.Some extends Option_MonitorEventZ
When we're in this state, this COption_MonitorEventZ contains a crate::lightning::chain::channelmonitor::MonitorEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Option_MonitorEventZ
Option_MonitorEventZ.None, Option_MonitorEventZ.Some
-
-
Field Summary
Fields Modifier and Type Field Description MonitorEvent
some
-
-
-
Field Detail
-
some
public final MonitorEvent some
-
-