Uses of Class
org.ldk.structs.Result_LockedChannelMonitorNoneZ
-
Packages that use Result_LockedChannelMonitorNoneZ Package Description org.ldk.structs -
-
Uses of Result_LockedChannelMonitorNoneZ in org.ldk.structs
Subclasses of Result_LockedChannelMonitorNoneZ in org.ldk.structs Modifier and Type Class Description static classResult_LockedChannelMonitorNoneZ.Result_LockedChannelMonitorNoneZ_Errstatic classResult_LockedChannelMonitorNoneZ.Result_LockedChannelMonitorNoneZ_OKMethods in org.ldk.structs that return Result_LockedChannelMonitorNoneZ Modifier and Type Method Description static Result_LockedChannelMonitorNoneZResult_LockedChannelMonitorNoneZ. err()Creates a new CResult_LockedChannelMonitorNoneZ in the error state.Result_LockedChannelMonitorNoneZChainMonitor. get_monitor(OutPoint funding_txo)Gets the [`LockedChannelMonitor`] for a given funding outpoint, returning an `Err` if no such [`ChannelMonitor`] is currently being monitored for.static Result_LockedChannelMonitorNoneZResult_LockedChannelMonitorNoneZ. ok(LockedChannelMonitor o)Creates a new CResult_LockedChannelMonitorNoneZ in the success state.
-