Result_NoneNoneZ |
Result_NoneNoneZ.clone() |
Creates a new CResult_NoneNoneZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneNoneZ |
Result_NoneNoneZ.err() |
Creates a new CResult_NoneNoneZ in the error state.
|
static Result_NoneNoneZ |
Result_NoneNoneZ.ok() |
Creates a new CResult_NoneNoneZ in the success state.
|
Result_NoneNoneZ |
ChannelMessageHandler.ChannelMessageHandlerInterface.peer_connected(byte[] their_node_id,
Init msg,
boolean inbound) |
Handle a peer reconnecting, possibly generating `channel_reestablish` message(s).
|
Result_NoneNoneZ |
ChannelMessageHandler.peer_connected(byte[] their_node_id,
Init msg,
boolean inbound) |
Handle a peer reconnecting, possibly generating `channel_reestablish` message(s).
|
Result_NoneNoneZ |
OnionMessageHandler.OnionMessageHandlerInterface.peer_connected(byte[] their_node_id,
Init init,
boolean inbound) |
Called when a connection is established with a peer.
|
Result_NoneNoneZ |
OnionMessageHandler.peer_connected(byte[] their_node_id,
Init init,
boolean inbound) |
Called when a connection is established with a peer.
|
Result_NoneNoneZ |
RoutingMessageHandler.peer_connected(byte[] their_node_id,
Init init,
boolean inbound) |
Called when a connection is established with a peer.
|
Result_NoneNoneZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.peer_connected(byte[] their_node_id,
Init init,
boolean inbound) |
Called when a connection is established with a peer.
|
Result_NoneNoneZ |
CounterpartyCommitmentSecrets.provide_secret(long idx,
byte[] secret) |
Inserts the `secret` at `idx`.
|
Result_NoneNoneZ |
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.
|
Result_NoneNoneZ |
EcdsaChannelSigner.EcdsaChannelSignerInterface.validate_counterparty_revocation(long idx,
byte[] secret) |
Validate the counterparty's revocation.
|
Result_NoneNoneZ |
EcdsaChannelSigner.validate_counterparty_revocation(long idx,
byte[] secret) |
Validate the counterparty's revocation.
|
Result_NoneNoneZ |
ChannelSigner.ChannelSignerInterface.validate_holder_commitment(HolderCommitmentTransaction holder_tx,
byte[][] preimages) |
Validate the counterparty's signatures on the holder commitment transaction and HTLCs.
|
Result_NoneNoneZ |
ChannelSigner.validate_holder_commitment(HolderCommitmentTransaction holder_tx,
byte[][] preimages) |
Validate the counterparty's signatures on the holder commitment transaction and HTLCs.
|