Uses of Class
org.ldk.enums.ChannelMonitorUpdateStatus
-
Packages that use ChannelMonitorUpdateStatus Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of ChannelMonitorUpdateStatus in org.ldk.enums
Methods in org.ldk.enums that return ChannelMonitorUpdateStatus Modifier and Type Method Description static ChannelMonitorUpdateStatusChannelMonitorUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelMonitorUpdateStatus[]ChannelMonitorUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChannelMonitorUpdateStatus in org.ldk.impl
Methods in org.ldk.impl with parameters of type ChannelMonitorUpdateStatus Modifier and Type Method Description static longbindings. CResult_ChannelMonitorUpdateStatusNoneZ_ok(ChannelMonitorUpdateStatus o) -
Uses of ChannelMonitorUpdateStatus in org.ldk.structs
Fields in org.ldk.structs declared as ChannelMonitorUpdateStatus Modifier and Type Field Description ChannelMonitorUpdateStatusResult_ChannelMonitorUpdateStatusNoneZ.Result_ChannelMonitorUpdateStatusNoneZ_OK. resMethods in org.ldk.structs that return ChannelMonitorUpdateStatus Modifier and Type Method Description ChannelMonitorUpdateStatusPersist. persist_new_channel(OutPoint channel_id, ChannelMonitor data, MonitorUpdateId update_id)Persist a new channel's data in response to a [`chain::Watch::watch_channel`] call.ChannelMonitorUpdateStatusPersist.PersistInterface. persist_new_channel(OutPoint channel_id, ChannelMonitor data, MonitorUpdateId update_id)Persist a new channel's data in response to a [`chain::Watch::watch_channel`] call.ChannelMonitorUpdateStatusWatch. update_channel(OutPoint funding_txo, ChannelMonitorUpdate update)Updates a channel identified by `funding_txo` by applying `update` to its monitor.ChannelMonitorUpdateStatusWatch.WatchInterface. update_channel(OutPoint funding_txo, ChannelMonitorUpdate update)Updates a channel identified by `funding_txo` by applying `update` to its monitor.ChannelMonitorUpdateStatusPersist.PersistInterface. update_persisted_channel(OutPoint channel_id, ChannelMonitorUpdate update, ChannelMonitor data, MonitorUpdateId update_id)Update one channel's data.ChannelMonitorUpdateStatusPersist. update_persisted_channel(OutPoint channel_id, ChannelMonitorUpdate update, ChannelMonitor data, MonitorUpdateId update_id)Update one channel's data.Methods in org.ldk.structs with parameters of type ChannelMonitorUpdateStatus Modifier and Type Method Description static Result_ChannelMonitorUpdateStatusNoneZResult_ChannelMonitorUpdateStatusNoneZ. ok(ChannelMonitorUpdateStatus o)Creates a new CResult_ChannelMonitorUpdateStatusNoneZ in the success state.
-