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 class
Result_LockedChannelMonitorNoneZ.Result_LockedChannelMonitorNoneZ_Err
static class
Result_LockedChannelMonitorNoneZ.Result_LockedChannelMonitorNoneZ_OK
Methods in org.ldk.structs that return Result_LockedChannelMonitorNoneZ Modifier and Type Method Description static Result_LockedChannelMonitorNoneZ
Result_LockedChannelMonitorNoneZ. err()
Creates a new CResult_LockedChannelMonitorNoneZ in the error state.Result_LockedChannelMonitorNoneZ
ChainMonitor. 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_LockedChannelMonitorNoneZ
Result_LockedChannelMonitorNoneZ. ok(LockedChannelMonitor o)
Creates a new CResult_LockedChannelMonitorNoneZ in the success state.
-