Uses of Class
org.ldk.structs.RouteHint
-
Packages that use RouteHint Package Description org.ldk.structs -
-
Uses of RouteHint in org.ldk.structs
Fields in org.ldk.structs declared as RouteHint Modifier and Type Field Description RouteHintResult_RouteHintDecodeErrorZ.Result_RouteHintDecodeErrorZ_OK. resMethods in org.ldk.structs that return RouteHint Modifier and Type Method Description RouteHintRouteHint. clone()Creates a copy of the RouteHintRouteHint[]PaymentParameters. get_route_hints()Hints for routing to the payee, containing channels connecting the payee to public nodes.RouteHintPrivateRoute. into_inner()Returns the underlying list of hopsstatic RouteHintRouteHint. of(RouteHintHop[] a_arg)Constructs a new RouteHint given each fieldRouteHint[]Invoice. route_hints()Returns a list of all routes included in the invoice as the underlying hintsMethods in org.ldk.structs with parameters of type RouteHint Modifier and Type Method Description booleanRouteHint. eq(RouteHint b)Checks if two RouteHints contain equal inner contents.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 fieldstatic Result_PrivateRouteCreationErrorZPrivateRoute. of(RouteHint hops)Creates a new (partial) route from a list of hopsstatic Result_RouteHintDecodeErrorZResult_RouteHintDecodeErrorZ. ok(RouteHint o)Creates a new CResult_RouteHintDecodeErrorZ in the success state.voidPaymentParameters. set_route_hints(RouteHint[] val)Hints for routing to the payee, containing channels connecting the payee to public nodes.
-