Uses of Class
org.ldk.structs.PaymentParameters
-
Packages that use PaymentParameters Package Description org.ldk.structs -
-
Uses of PaymentParameters in org.ldk.structs
Fields in org.ldk.structs declared as PaymentParameters Modifier and Type Field Description PaymentParameters
Result_PaymentParametersDecodeErrorZ.Result_PaymentParametersDecodeErrorZ_OK. res
Methods in org.ldk.structs that return PaymentParameters Modifier and Type Method Description PaymentParameters
PaymentParameters. clone()
Creates a copy of the PaymentParametersstatic PaymentParameters
PaymentParameters. for_keysend(byte[] payee_pubkey, int final_cltv_expiry_delta)
Creates a payee with the node id of the given `pubkey` to use for keysend payments.static PaymentParameters
PaymentParameters. from_node_id(byte[] payee_pubkey, int final_cltv_expiry_delta)
Creates a payee with the node id of the given `pubkey`.PaymentParameters
Route. get_payment_params()
The `payment_params` parameter passed to [`find_route`].PaymentParameters
RouteParameters. get_payment_params()
The parameters of the failed payment path.static PaymentParameters
PaymentParameters. of(byte[] payee_pubkey_arg, InvoiceFeatures features_arg, Hints route_hints_arg, Option_u64Z expiry_time_arg, int max_total_cltv_expiry_delta_arg, byte max_path_count_arg, byte max_channel_saturation_power_of_half_arg, long[] previously_failed_channels_arg, int final_cltv_expiry_delta_arg)
Constructs a new PaymentParameters given each fieldMethods in org.ldk.structs with parameters of type PaymentParameters Modifier and Type Method Description boolean
PaymentParameters. eq(PaymentParameters b)
Checks if two PaymentParameterss contain equal inner contents.static Route
Route. of(Path[] paths_arg, PaymentParameters payment_params_arg)
Constructs a new Route given each fieldstatic RouteParameters
RouteParameters. of(PaymentParameters payment_params_arg, long final_value_msat_arg)
Constructs a new RouteParameters given each fieldstatic Result_PaymentParametersDecodeErrorZ
Result_PaymentParametersDecodeErrorZ. ok(PaymentParameters o)
Creates a new CResult_PaymentParametersDecodeErrorZ in the success state.void
Route. set_payment_params(PaymentParameters val)
The `payment_params` parameter passed to [`find_route`].void
RouteParameters. set_payment_params(PaymentParameters val)
The parameters of the failed payment path.
-