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 PaymentParametersResult_PaymentParametersDecodeErrorZ.Result_PaymentParametersDecodeErrorZ_OK. resMethods in org.ldk.structs that return PaymentParameters Modifier and Type Method Description PaymentParametersPaymentParameters. clone()Creates a copy of the PaymentParametersstatic PaymentParametersPaymentParameters. for_keysend(byte[] payee_pubkey)Creates a payee with the node id of the given `pubkey` to use for keysend payments.static PaymentParametersPaymentParameters. from_node_id(byte[] payee_pubkey)Creates a payee with the node id of the given `pubkey`.PaymentParametersRoute. get_payment_params()The `payment_params` parameter passed to [`find_route`].PaymentParametersRouteParameters. get_payment_params()The parameters of the failed payment path.static PaymentParametersPaymentParameters. of(byte[] payee_pubkey_arg, InvoiceFeatures features_arg, RouteHint[] 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)Constructs a new PaymentParameters given each fieldMethods in org.ldk.structs with parameters of type PaymentParameters Modifier and Type Method Description booleanPaymentParameters. eq(PaymentParameters b)Checks if two PaymentParameterss contain equal inner contents.static RouteRoute. of(RouteHop[][] paths_arg, PaymentParameters payment_params_arg)Constructs a new Route given each fieldstatic RouteParametersRouteParameters. of(PaymentParameters payment_params_arg, long final_value_msat_arg, int final_cltv_expiry_delta_arg)Constructs a new RouteParameters given each fieldstatic Result_PaymentParametersDecodeErrorZResult_PaymentParametersDecodeErrorZ. ok(PaymentParameters o)Creates a new CResult_PaymentParametersDecodeErrorZ in the success state.voidRoute. set_payment_params(PaymentParameters val)The `payment_params` parameter passed to [`find_route`].voidRouteParameters. set_payment_params(PaymentParameters val)The parameters of the failed payment path.
-