Result_NoneAPIErrorZ |
ChainMonitor.channel_monitor_updated(OutPoint funding_txo,
MonitorUpdateId completed_update_id) |
Indicates the persistence of a [`ChannelMonitor`] has completed after
[`ChannelMonitorUpdateErr::TemporaryFailure`] was returned from an update operation.
|
boolean |
MonitorUpdateId.eq(MonitorUpdateId b) |
Checks if two MonitorUpdateIds contain equal inner contents.
|
Result_NoneChannelMonitorUpdateErrZ |
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.
|
Result_NoneChannelMonitorUpdateErrZ |
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.
|
Result_NoneChannelMonitorUpdateErrZ |
Persist.PersistInterface.update_persisted_channel(OutPoint channel_id,
ChannelMonitorUpdate update,
ChannelMonitor data,
MonitorUpdateId update_id) |
Update one channel's data.
|
Result_NoneChannelMonitorUpdateErrZ |
Persist.update_persisted_channel(OutPoint channel_id,
ChannelMonitorUpdate update,
ChannelMonitor data,
MonitorUpdateId update_id) |
Update one channel's data.
|