Result_NoneChannelMonitorUpdateErrZ |
Result_NoneChannelMonitorUpdateErrZ.clone() |
Creates a new CResult_NoneChannelMonitorUpdateErrZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneChannelMonitorUpdateErrZ |
Result_NoneChannelMonitorUpdateErrZ.err(ChannelMonitorUpdateErr e) |
Creates a new CResult_NoneChannelMonitorUpdateErrZ in the error state.
|
static Result_NoneChannelMonitorUpdateErrZ |
Result_NoneChannelMonitorUpdateErrZ.ok() |
Creates a new CResult_NoneChannelMonitorUpdateErrZ in the success state.
|
Result_NoneChannelMonitorUpdateErrZ |
Persist.persist_new_channel(OutPoint id,
ChannelMonitor data) |
Persist a new channel's data.
|
Result_NoneChannelMonitorUpdateErrZ |
Persist.PersistInterface.persist_new_channel(OutPoint id,
ChannelMonitor data) |
Persist a new channel's data.
|
Result_NoneChannelMonitorUpdateErrZ |
Watch.update_channel(OutPoint funding_txo,
ChannelMonitorUpdate update) |
Updates a channel identified by `funding_txo` by applying `update` to its monitor.
|
Result_NoneChannelMonitorUpdateErrZ |
Watch.WatchInterface.update_channel(OutPoint funding_txo,
ChannelMonitorUpdate update) |
Updates a channel identified by `funding_txo` by applying `update` to its monitor.
|
Result_NoneChannelMonitorUpdateErrZ |
Persist.PersistInterface.update_persisted_channel(OutPoint id,
ChannelMonitorUpdate update,
ChannelMonitor data) |
Update one channel's data.
|
Result_NoneChannelMonitorUpdateErrZ |
Persist.update_persisted_channel(OutPoint id,
ChannelMonitorUpdate update,
ChannelMonitor data) |
Update one channel's data.
|
Result_NoneChannelMonitorUpdateErrZ |
Watch.watch_channel(OutPoint funding_txo,
ChannelMonitor monitor) |
Watches a channel identified by `funding_txo` using `monitor`.
|
Result_NoneChannelMonitorUpdateErrZ |
Watch.WatchInterface.watch_channel(OutPoint funding_txo,
ChannelMonitor monitor) |
Watches a channel identified by `funding_txo` using `monitor`.
|