Package org.ldk.impl
Interface bindings.LDKWatch
-
- Enclosing class:
- bindings
public static interface bindings.LDKWatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]
release_pending_monitor_events()
ChannelMonitorUpdateStatus
update_channel(long funding_txo, long update)
ChannelMonitorUpdateStatus
watch_channel(long funding_txo, long monitor)
-
-
-
Method Detail
-
watch_channel
ChannelMonitorUpdateStatus watch_channel(long funding_txo, long monitor)
-
update_channel
ChannelMonitorUpdateStatus update_channel(long funding_txo, long update)
-
release_pending_monitor_events
long[] release_pending_monitor_events()
-
-