Uses of Class
org.ldk.structs.PaymentRelay
-
Packages that use PaymentRelay Package Description org.ldk.structs -
-
Uses of PaymentRelay in org.ldk.structs
Fields in org.ldk.structs declared as PaymentRelay Modifier and Type Field Description PaymentRelayResult_PaymentRelayDecodeErrorZ.Result_PaymentRelayDecodeErrorZ_OK. resMethods in org.ldk.structs that return PaymentRelay Modifier and Type Method Description PaymentRelayPaymentRelay. clone()Creates a copy of the PaymentRelayPaymentRelayForwardTlvs. get_payment_relay()Payment parameters for relaying over [`Self::short_channel_id`].static PaymentRelayPaymentRelay. of(short cltv_expiry_delta_arg, int fee_proportional_millionths_arg, int fee_base_msat_arg)Constructs a new PaymentRelay given each fieldMethods in org.ldk.structs with parameters of type PaymentRelay 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 Result_PaymentRelayDecodeErrorZResult_PaymentRelayDecodeErrorZ. ok(PaymentRelay o)Creates a new CResult_PaymentRelayDecodeErrorZ in the success state.voidForwardTlvs. set_payment_relay(PaymentRelay val)Payment parameters for relaying over [`Self::short_channel_id`].
-