Uses of Class
org.ldk.enums.ChannelMonitorUpdateErr
-
Packages that use ChannelMonitorUpdateErr Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of ChannelMonitorUpdateErr in org.ldk.enums
Methods in org.ldk.enums that return ChannelMonitorUpdateErr Modifier and Type Method Description static ChannelMonitorUpdateErr
ChannelMonitorUpdateErr. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelMonitorUpdateErr[]
ChannelMonitorUpdateErr. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChannelMonitorUpdateErr in org.ldk.impl
Methods in org.ldk.impl that return ChannelMonitorUpdateErr Modifier and Type Method Description static ChannelMonitorUpdateErr
bindings. ChannelMonitorUpdateErr_clone(long orig)
static ChannelMonitorUpdateErr
bindings. ChannelMonitorUpdateErr_permanent_failure()
static ChannelMonitorUpdateErr
bindings. ChannelMonitorUpdateErr_temporary_failure()
static ChannelMonitorUpdateErr
bindings. LDKCResult_NoneChannelMonitorUpdateErrZ_get_err(long arg)
Methods in org.ldk.impl with parameters of type ChannelMonitorUpdateErr Modifier and Type Method Description static long
bindings. CResult_NoneChannelMonitorUpdateErrZ_err(ChannelMonitorUpdateErr e)
-
Uses of ChannelMonitorUpdateErr in org.ldk.structs
Fields in org.ldk.structs declared as ChannelMonitorUpdateErr Modifier and Type Field Description ChannelMonitorUpdateErr
Result_NoneChannelMonitorUpdateErrZ.Result_NoneChannelMonitorUpdateErrZ_Err. err
Methods in org.ldk.structs with parameters of type ChannelMonitorUpdateErr Modifier and Type Method Description static Result_NoneChannelMonitorUpdateErrZ
Result_NoneChannelMonitorUpdateErrZ. err(ChannelMonitorUpdateErr e)
Creates a new CResult_NoneChannelMonitorUpdateErrZ in the error state.
-