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[]Payee. 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 PayeePayee. of(byte[] pubkey_arg, InvoiceFeatures features_arg, RouteHint[] route_hints_arg, Option_u64Z expiry_time_arg)Constructs a new Payee 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.voidPayee. set_route_hints(RouteHint[] val)Hints for routing to the payee, containing channels connecting the payee to public nodes.
-