Uses of Class
org.ldk.structs.CommitmentSigned
-
Packages that use CommitmentSigned Package Description org.ldk.structs -
-
Uses of CommitmentSigned in org.ldk.structs
Fields in org.ldk.structs declared as CommitmentSigned Modifier and Type Field Description CommitmentSigned
Result_CommitmentSignedDecodeErrorZ.Result_CommitmentSignedDecodeErrorZ_OK. res
Methods in org.ldk.structs that return CommitmentSigned Modifier and Type Method Description CommitmentSigned
CommitmentSigned. clone()
Creates a copy of the CommitmentSignedCommitmentSigned
CommitmentUpdate. get_commitment_signed()
Finally, the commitment_signed message which should be sentstatic CommitmentSigned
CommitmentSigned. of(byte[] channel_id_arg, byte[] signature_arg, byte[][] htlc_signatures_arg)
Constructs a new CommitmentSigned given each fieldMethods in org.ldk.structs with parameters of type CommitmentSigned Modifier and Type Method Description 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 fieldstatic Result_CommitmentSignedDecodeErrorZ
Result_CommitmentSignedDecodeErrorZ. ok(CommitmentSigned o)
Creates a new CResult_CommitmentSignedDecodeErrorZ in the success state.void
CommitmentUpdate. set_commitment_signed(CommitmentSigned val)
Finally, the commitment_signed message which should be sent
-