Result_NoneMonitorUpdateErrorZ |
Result_NoneMonitorUpdateErrorZ.clone() |
Creates a new CResult_NoneMonitorUpdateErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneMonitorUpdateErrorZ |
Result_NoneMonitorUpdateErrorZ.err(MonitorUpdateError e) |
Creates a new CResult_NoneMonitorUpdateErrorZ in the error state.
|
static Result_NoneMonitorUpdateErrorZ |
Result_NoneMonitorUpdateErrorZ.ok() |
Creates a new CResult_NoneMonitorUpdateErrorZ in the success state.
|
Result_NoneMonitorUpdateErrorZ |
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.
|