static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ |
UtilMethods.C2Tuple_BlockHashChannelManagerZ_read(byte[] ser,
EntropySource arg_entropy_source,
NodeSigner arg_node_signer,
SignerProvider arg_signer_provider,
FeeEstimator arg_fee_estimator,
Watch arg_chain_monitor,
BroadcasterInterface arg_tx_broadcaster,
Router arg_router,
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(EntropySource entropy_source,
NodeSigner node_signer,
SignerProvider signer_provider,
FeeEstimator fee_estimator,
Watch chain_monitor,
BroadcasterInterface tx_broadcaster,
Router router,
Logger logger,
UserConfig default_config,
ChannelMonitor[] channel_monitors) |
Simple utility function to create a ChannelManagerReadArgs which creates the monitor
HashMap for you.
|
static TwoTuple_BlockHashChannelMonitorZ |
TwoTuple_BlockHashChannelMonitorZ.of(byte[] a,
ChannelMonitor b) |
Creates a new C2Tuple_BlockHashChannelMonitorZ from the contained elements.
|
ChannelMonitorUpdateStatus |
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.
|
ChannelMonitorUpdateStatus |
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.
|
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.
|
ChannelMonitorUpdateStatus |
Watch.watch_channel(OutPoint funding_txo,
ChannelMonitor monitor) |
Watches a channel identified by `funding_txo` using `monitor`.
|
ChannelMonitorUpdateStatus |
Watch.WatchInterface.watch_channel(OutPoint funding_txo,
ChannelMonitor monitor) |
Watches a channel identified by `funding_txo` using `monitor`.
|