Package org.ldk.impl
Interface bindings.LDKPersist
-
- Enclosing class:
- bindings
public static interface bindings.LDKPersist
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelMonitorUpdateStatus
persist_new_channel(long channel_id, long data, long update_id)
ChannelMonitorUpdateStatus
update_persisted_channel(long channel_id, long update, long data, long update_id)
-
-
-
Method Detail
-
persist_new_channel
ChannelMonitorUpdateStatus persist_new_channel(long channel_id, long data, long update_id)
-
update_persisted_channel
ChannelMonitorUpdateStatus update_persisted_channel(long channel_id, long update, long data, long update_id)
-
-