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 ChannelMonitorUpdateStatus
ChannelMonitorUpdateStatus. 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 ChannelMonitorUpdateStatus
bindings. ChannelMonitorUpdateStatus_clone(long orig)
static ChannelMonitorUpdateStatus
bindings. ChannelMonitorUpdateStatus_completed()
static ChannelMonitorUpdateStatus
bindings. ChannelMonitorUpdateStatus_in_progress()
static ChannelMonitorUpdateStatus
bindings. ChannelMonitorUpdateStatus_permanent_failure()
ChannelMonitorUpdateStatus
bindings.LDKPersist. persist_new_channel(long channel_id, long data, long update_id)
static ChannelMonitorUpdateStatus
bindings. Persist_persist_new_channel(long this_arg, long channel_id, long data, long update_id)
static ChannelMonitorUpdateStatus
bindings. Persist_update_persisted_channel(long this_arg, long channel_id, long update, long data, long update_id)
ChannelMonitorUpdateStatus
bindings.LDKWatch. update_channel(long funding_txo, long update)
ChannelMonitorUpdateStatus
bindings.LDKPersist. update_persisted_channel(long channel_id, long update, long data, long update_id)
ChannelMonitorUpdateStatus
bindings.LDKWatch. watch_channel(long funding_txo, long monitor)
static ChannelMonitorUpdateStatus
bindings. Watch_update_channel(long this_arg, long funding_txo, long update)
static ChannelMonitorUpdateStatus
bindings. 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 ChannelMonitorUpdateStatus
Persist. 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.ChannelMonitorUpdateStatus
Persist.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.ChannelMonitorUpdateStatus
Watch. update_channel(OutPoint funding_txo, ChannelMonitorUpdate update)
Updates a channel identified by `funding_txo` by applying `update` to its monitor.ChannelMonitorUpdateStatus
Watch.WatchInterface. update_channel(OutPoint funding_txo, ChannelMonitorUpdate update)
Updates a channel identified by `funding_txo` by applying `update` to its monitor.ChannelMonitorUpdateStatus
Persist.PersistInterface. update_persisted_channel(OutPoint channel_id, ChannelMonitorUpdate update, ChannelMonitor data, MonitorUpdateId update_id)
Update one channel's data.ChannelMonitorUpdateStatus
Persist. update_persisted_channel(OutPoint channel_id, ChannelMonitorUpdate update, ChannelMonitor data, MonitorUpdateId update_id)
Update one channel's data.ChannelMonitorUpdateStatus
Watch. watch_channel(OutPoint funding_txo, ChannelMonitor monitor)
Watches a channel identified by `funding_txo` using `monitor`.ChannelMonitorUpdateStatus
Watch.WatchInterface. watch_channel(OutPoint funding_txo, ChannelMonitor monitor)
Watches a channel identified by `funding_txo` using `monitor`.
-