Uses of Class
org.ldk.structs.CommitmentUpdate
-
Packages that use CommitmentUpdate Package Description org.ldk.structs -
-
Uses of CommitmentUpdate in org.ldk.structs
Fields in org.ldk.structs declared as CommitmentUpdate Modifier and Type Field Description CommitmentUpdateMessageSendEvent.UpdateHTLCs. updatesThe update messages which should be sent.Methods in org.ldk.structs that return CommitmentUpdate Modifier and Type Method Description CommitmentUpdateCommitmentUpdate. clone()Creates a copy of the CommitmentUpdatestatic 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 fieldMethods in org.ldk.structs with parameters of type CommitmentUpdate Modifier and Type Method Description static MessageSendEventMessageSendEvent. update_htlcs(byte[] node_id, CommitmentUpdate updates)Utility method to constructs a new UpdateHTLCs-variant MessageSendEvent
-