static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ |
UtilMethods.BlockHashChannelManagerZ_read(byte[] ser,
KeysInterface arg_keys_manager,
FeeEstimator arg_fee_estimator,
Watch arg_chain_monitor,
BroadcasterInterface arg_tx_broadcaster,
Logger arg_logger,
UserConfig arg_default_config,
ChannelMonitor[] arg_channel_monitors) |
Read a C2Tuple_BlockHashChannelManagerZ from a byte array, created by C2Tuple_BlockHashChannelManagerZ_write
|
static ChannelManagerReadArgs |
ChannelManagerReadArgs.of(KeysInterface keys_manager,
FeeEstimator fee_estimator,
Watch chain_monitor,
BroadcasterInterface tx_broadcaster,
Logger logger,
UserConfig default_config,
ChannelMonitor[] channel_monitors) |
Simple utility function to create a ChannelManagerReadArgs which creates the monitor
HashMap for you.
|
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 |
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`.
|