boolean |
CommitmentSigned.eq(CommitmentSigned b) |
Checks if two CommitmentSigneds contain equal inner contents.
|
void |
ChannelMessageHandler.ChannelMessageHandlerInterface.handle_commitment_signed(byte[] their_node_id,
CommitmentSigned msg) |
Handle an incoming `commitment_signed` message from the given peer.
|
void |
ChannelMessageHandler.handle_commitment_signed(byte[] their_node_id,
CommitmentSigned msg) |
Handle an incoming `commitment_signed` message from the given peer.
|
static CommitmentUpdate |
CommitmentUpdate.of(UpdateAddHTLC[] update_add_htlcs_arg,
UpdateFulfillHTLC[] update_fulfill_htlcs_arg,
UpdateFailHTLC[] update_fail_htlcs_arg,
UpdateFailMalformedHTLC[] update_fail_malformed_htlcs_arg,
UpdateFee update_fee_arg,
CommitmentSigned commitment_signed_arg) |
Constructs a new CommitmentUpdate given each field
|
static Result_CommitmentSignedDecodeErrorZ |
Result_CommitmentSignedDecodeErrorZ.ok(CommitmentSigned o) |
Creates a new CResult_CommitmentSignedDecodeErrorZ in the success state.
|
void |
CommitmentUpdate.set_commitment_signed(CommitmentSigned val) |
A `commitment_signed` message which should be sent
|