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 classOption_MonitorEventZ.NoneWhen we're in this state, this COption_MonitorEventZ contains nothingstatic classOption_MonitorEventZ.SomeWhen 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_MonitorEventZResult_COption_MonitorEventZDecodeErrorZ.Result_COption_MonitorEventZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_MonitorEventZ Modifier and Type Method Description Option_MonitorEventZOption_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_MonitorEventZOption_MonitorEventZ. none()Constructs a new COption_MonitorEventZ containing nothingstatic Option_MonitorEventZOption_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_MonitorEventZDecodeErrorZResult_COption_MonitorEventZDecodeErrorZ. ok(Option_MonitorEventZ o)Creates a new CResult_COption_MonitorEventZDecodeErrorZ in the success state.
-