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 CommitmentSignedResult_CommitmentSignedDecodeErrorZ.Result_CommitmentSignedDecodeErrorZ_OK. resMethods in org.ldk.structs that return CommitmentSigned Modifier and Type Method Description CommitmentSignedCommitmentSigned. clone()Creates a copy of the CommitmentSignedCommitmentSignedCommitmentUpdate. get_commitment_signed()Finally, the commitment_signed message which should be sentstatic CommitmentSignedCommitmentSigned. 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 voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_commitment_signed(byte[] their_node_id, CommitmentSigned msg)Handle an incoming commitment_signed message from the given peer.voidChannelMessageHandler. handle_commitment_signed(byte[] their_node_id, CommitmentSigned msg)Handle an incoming commitment_signed message from the given peer.static CommitmentUpdateCommitmentUpdate. 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_CommitmentSignedDecodeErrorZResult_CommitmentSignedDecodeErrorZ. ok(CommitmentSigned o)Creates a new CResult_CommitmentSignedDecodeErrorZ in the success state.voidCommitmentUpdate. set_commitment_signed(CommitmentSigned val)Finally, the commitment_signed message which should be sent
-