Uses of Class
org.ldk.structs.UpdateAddHTLC
-
Packages that use UpdateAddHTLC Package Description org.ldk.structs -
-
Uses of UpdateAddHTLC in org.ldk.structs
Fields in org.ldk.structs declared as UpdateAddHTLC Modifier and Type Field Description UpdateAddHTLC
Result_UpdateAddHTLCDecodeErrorZ.Result_UpdateAddHTLCDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UpdateAddHTLC Modifier and Type Method Description UpdateAddHTLC
UpdateAddHTLC. clone()
Creates a copy of the UpdateAddHTLCMethods in org.ldk.structs with parameters of type UpdateAddHTLC Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_update_add_htlc(byte[] their_node_id, UpdateAddHTLC msg)
Handle an incoming update_add_htlc message from the given peer.void
ChannelMessageHandler. handle_update_add_htlc(byte[] their_node_id, UpdateAddHTLC msg)
Handle an incoming update_add_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_UpdateAddHTLCDecodeErrorZ
Result_UpdateAddHTLCDecodeErrorZ. ok(UpdateAddHTLC o)
Creates a new CResult_UpdateAddHTLCDecodeErrorZ in the success state.void
CommitmentUpdate. set_update_add_htlcs(UpdateAddHTLC[] val)
update_add_htlc messages which should be sent
-