Uses of Class
org.ldk.structs.Option_MonitorEventZ
-
Packages that use Option_MonitorEventZ Package Description org.ldk.structs -
-
Uses of Option_MonitorEventZ in org.ldk.structs
Subclasses of Option_MonitorEventZ in org.ldk.structs Modifier and Type Class Description static class
Option_MonitorEventZ.None
When we're in this state, this COption_MonitorEventZ contains nothingstatic class
Option_MonitorEventZ.Some
When we're in this state, this COption_MonitorEventZ contains a crate::lightning::chain::channelmonitor::MonitorEventFields in org.ldk.structs declared as Option_MonitorEventZ Modifier and Type Field Description Option_MonitorEventZ
Result_COption_MonitorEventZDecodeErrorZ.Result_COption_MonitorEventZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Option_MonitorEventZ Modifier and Type Method Description Option_MonitorEventZ
Option_MonitorEventZ. clone()
Creates a new COption_MonitorEventZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_MonitorEventZ
Option_MonitorEventZ. none()
Constructs a new COption_MonitorEventZ containing nothingstatic Option_MonitorEventZ
Option_MonitorEventZ. some(MonitorEvent o)
Constructs a new COption_MonitorEventZ containing a crate::lightning::chain::channelmonitor::MonitorEventMethods in org.ldk.structs with parameters of type Option_MonitorEventZ Modifier and Type Method Description static Result_COption_MonitorEventZDecodeErrorZ
Result_COption_MonitorEventZDecodeErrorZ. ok(Option_MonitorEventZ o)
Creates a new CResult_COption_MonitorEventZDecodeErrorZ in the success state.
-