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 that return ChannelMonitorUpdateStatus Modifier and Type Method Description static ChannelMonitorUpdateStatusbindings. ChannelMonitorUpdateStatus_clone(long orig)static ChannelMonitorUpdateStatusbindings. ChannelMonitorUpdateStatus_completed()static ChannelMonitorUpdateStatusbindings. ChannelMonitorUpdateStatus_in_progress()static ChannelMonitorUpdateStatusbindings. ChannelMonitorUpdateStatus_permanent_failure()ChannelMonitorUpdateStatusbindings.LDKPersist. persist_new_channel(long channel_id, long data, long update_id)static ChannelMonitorUpdateStatusbindings. Persist_persist_new_channel(long this_arg, long channel_id, long data, long update_id)static ChannelMonitorUpdateStatusbindings. Persist_update_persisted_channel(long this_arg, long channel_id, long update, long data, long update_id)ChannelMonitorUpdateStatusbindings.LDKWatch. update_channel(long funding_txo, long update)ChannelMonitorUpdateStatusbindings.LDKPersist. update_persisted_channel(long channel_id, long update, long data, long update_id)ChannelMonitorUpdateStatusbindings.LDKWatch. watch_channel(long funding_txo, long monitor)static ChannelMonitorUpdateStatusbindings. Watch_update_channel(long this_arg, long funding_txo, long update)static ChannelMonitorUpdateStatusbindings. Watch_watch_channel(long this_arg, long funding_txo, long monitor) -
Uses of ChannelMonitorUpdateStatus in org.ldk.structs
Methods 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.ChannelMonitorUpdateStatusWatch. watch_channel(OutPoint funding_txo, ChannelMonitor monitor)Watches a channel identified by `funding_txo` using `monitor`.ChannelMonitorUpdateStatusWatch.WatchInterface. watch_channel(OutPoint funding_txo, ChannelMonitor monitor)Watches a channel identified by `funding_txo` using `monitor`.
-