Uses of Class
org.ldk.structs.ForwardTlvs
-
Packages that use ForwardTlvs Package Description org.ldk.structs -
-
Uses of ForwardTlvs in org.ldk.structs
Methods in org.ldk.structs that return ForwardTlvs Modifier and Type Method Description ForwardTlvsForwardTlvs. clone()Creates a copy of the ForwardTlvsForwardTlvsForwardNode. get_tlvs()The TLVs for this node's [`BlindedHop`], where the fee parameters contained within are also used for [`BlindedPayInfo`] construction.static ForwardTlvsForwardTlvs. of(long short_channel_id_arg, PaymentRelay payment_relay_arg, PaymentConstraints payment_constraints_arg, BlindedHopFeatures features_arg)Constructs a new ForwardTlvs given each fieldMethods in org.ldk.structs with parameters of type ForwardTlvs Modifier and Type Method Description static ForwardNodeForwardNode. of(ForwardTlvs tlvs_arg, byte[] node_id_arg, long htlc_maximum_msat_arg)Constructs a new ForwardNode given each fieldvoidForwardNode. set_tlvs(ForwardTlvs val)The TLVs for this node's [`BlindedHop`], where the fee parameters contained within are also used for [`BlindedPayInfo`] construction.
-