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 RouteHint[]Hints.Clear. clearRouteHintResult_RouteHintDecodeErrorZ.Result_RouteHintDecodeErrorZ_OK. resMethods in org.ldk.structs that return RouteHint Modifier and Type Method Description RouteHintRouteHint. clone()Creates a copy of the RouteHintRouteHintPrivateRoute. 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 static HintsHints. clear(RouteHint[] a)Utility method to constructs a new Clear-variant HintsbooleanRouteHint. eq(RouteHint b)Checks if two RouteHints contain equal inner contents.static 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.
-