Uses of Class
org.ldk.structs.UpdateFulfillHTLC
-
Packages that use UpdateFulfillHTLC Package Description org.ldk.structs -
-
Uses of UpdateFulfillHTLC in org.ldk.structs
Fields in org.ldk.structs declared as UpdateFulfillHTLC Modifier and Type Field Description UpdateFulfillHTLC
Result_UpdateFulfillHTLCDecodeErrorZ.Result_UpdateFulfillHTLCDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UpdateFulfillHTLC Modifier and Type Method Description UpdateFulfillHTLC
UpdateFulfillHTLC. clone()
Creates a copy of the UpdateFulfillHTLCUpdateFulfillHTLC[]
CommitmentUpdate. get_update_fulfill_htlcs()
update_fulfill_htlc messages which should be sentstatic UpdateFulfillHTLC
UpdateFulfillHTLC. of(byte[] channel_id_arg, long htlc_id_arg, byte[] payment_preimage_arg)
Constructs a new UpdateFulfillHTLC given each fieldMethods in org.ldk.structs with parameters of type UpdateFulfillHTLC Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_update_fulfill_htlc(byte[] their_node_id, UpdateFulfillHTLC msg)
Handle an incoming update_fulfill_htlc message from the given peer.void
ChannelMessageHandler. handle_update_fulfill_htlc(byte[] their_node_id, UpdateFulfillHTLC msg)
Handle an incoming update_fulfill_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_UpdateFulfillHTLCDecodeErrorZ
Result_UpdateFulfillHTLCDecodeErrorZ. ok(UpdateFulfillHTLC o)
Creates a new CResult_UpdateFulfillHTLCDecodeErrorZ in the success state.void
CommitmentUpdate. set_update_fulfill_htlcs(UpdateFulfillHTLC[] val)
update_fulfill_htlc messages which should be sent
-