Uses of Class
org.ldk.structs.PaymentConstraints
-
Packages that use PaymentConstraints Package Description org.ldk.structs -
-
Uses of PaymentConstraints in org.ldk.structs
Fields in org.ldk.structs declared as PaymentConstraints Modifier and Type Field Description PaymentConstraintsResult_PaymentConstraintsDecodeErrorZ.Result_PaymentConstraintsDecodeErrorZ_OK. resMethods in org.ldk.structs that return PaymentConstraints Modifier and Type Method Description PaymentConstraintsPaymentConstraints. clone()Creates a copy of the PaymentConstraintsPaymentConstraintsForwardTlvs. get_payment_constraints()Payment constraints for relaying over [`Self::short_channel_id`].PaymentConstraintsReceiveTlvs. get_payment_constraints()Constraints for the receiver of this payment.static PaymentConstraintsPaymentConstraints. of(int max_cltv_expiry_arg, long htlc_minimum_msat_arg)Constructs a new PaymentConstraints given each fieldMethods in org.ldk.structs with parameters of type PaymentConstraints Modifier and Type Method Description 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 fieldstatic ReceiveTlvsReceiveTlvs. of(byte[] payment_secret_arg, PaymentConstraints payment_constraints_arg)Constructs a new ReceiveTlvs given each fieldstatic Result_PaymentConstraintsDecodeErrorZResult_PaymentConstraintsDecodeErrorZ. ok(PaymentConstraints o)Creates a new CResult_PaymentConstraintsDecodeErrorZ in the success state.voidForwardTlvs. set_payment_constraints(PaymentConstraints val)Payment constraints for relaying over [`Self::short_channel_id`].voidReceiveTlvs. set_payment_constraints(PaymentConstraints val)Constraints for the receiver of this payment.
-