boolean |
ChannelMonitorUpdate.eq(ChannelMonitorUpdate b) |
Checks if two ChannelMonitorUpdates contain equal inner contents.
|
static Result_ChannelMonitorUpdateDecodeErrorZ |
Result_ChannelMonitorUpdateDecodeErrorZ.ok(ChannelMonitorUpdate o) |
Creates a new CResult_ChannelMonitorUpdateDecodeErrorZ in the success state.
|
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.
|
Result_NoneNoneZ |
ChannelMonitor.update_monitor(ChannelMonitorUpdate updates,
BroadcasterInterface broadcaster,
FeeEstimator fee_estimator,
Logger logger) |
Updates a ChannelMonitor on the basis of some new information provided by the Channel
itself.
|
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.
|