Uses of Class
org.ldk.structs.UpdateFailHTLC
-
Packages that use UpdateFailHTLC Package Description org.ldk.structs -
-
Uses of UpdateFailHTLC in org.ldk.structs
Fields in org.ldk.structs declared as UpdateFailHTLC Modifier and Type Field Description UpdateFailHTLC
Result_UpdateFailHTLCDecodeErrorZ.Result_UpdateFailHTLCDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UpdateFailHTLC Modifier and Type Method Description UpdateFailHTLC
UpdateFailHTLC. clone()
Creates a copy of the UpdateFailHTLCMethods in org.ldk.structs with parameters of type UpdateFailHTLC Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_update_fail_htlc(byte[] their_node_id, UpdateFailHTLC msg)
Handle an incoming update_fail_htlc message from the given peer.void
ChannelMessageHandler. handle_update_fail_htlc(byte[] their_node_id, UpdateFailHTLC msg)
Handle an incoming update_fail_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_UpdateFailHTLCDecodeErrorZ
Result_UpdateFailHTLCDecodeErrorZ. ok(UpdateFailHTLC o)
Creates a new CResult_UpdateFailHTLCDecodeErrorZ in the success state.void
CommitmentUpdate. set_update_fail_htlcs(UpdateFailHTLC[] val)
update_fail_htlc messages which should be sent
-