Uses of Class
org.ldk.structs.UpdateFailMalformedHTLC
-
Packages that use UpdateFailMalformedHTLC Package Description org.ldk.structs -
-
Uses of UpdateFailMalformedHTLC in org.ldk.structs
Fields in org.ldk.structs declared as UpdateFailMalformedHTLC Modifier and Type Field Description UpdateFailMalformedHTLC
Result_UpdateFailMalformedHTLCDecodeErrorZ.Result_UpdateFailMalformedHTLCDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UpdateFailMalformedHTLC Modifier and Type Method Description UpdateFailMalformedHTLC
UpdateFailMalformedHTLC. clone()
Creates a copy of the UpdateFailMalformedHTLCMethods in org.ldk.structs with parameters of type UpdateFailMalformedHTLC Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_update_fail_malformed_htlc(byte[] their_node_id, UpdateFailMalformedHTLC msg)
Handle an incoming update_fail_malformed_htlc message from the given peer.void
ChannelMessageHandler. handle_update_fail_malformed_htlc(byte[] their_node_id, UpdateFailMalformedHTLC msg)
Handle an incoming update_fail_malformed_htlc 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_UpdateFailMalformedHTLCDecodeErrorZ
Result_UpdateFailMalformedHTLCDecodeErrorZ. ok(UpdateFailMalformedHTLC o)
Creates a new CResult_UpdateFailMalformedHTLCDecodeErrorZ in the success state.void
CommitmentUpdate. set_update_fail_malformed_htlcs(UpdateFailMalformedHTLC[] val)
update_fail_malformed_htlc messages which should be sent
-