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. clear
RouteHint
Result_RouteHintDecodeErrorZ.Result_RouteHintDecodeErrorZ_OK. res
Methods in org.ldk.structs that return RouteHint Modifier and Type Method Description RouteHint
RouteHint. clone()
Creates a copy of the RouteHintRouteHint
PrivateRoute. into_inner()
Returns the underlying list of hopsstatic RouteHint
RouteHint. 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 Hints
Hints. clear(RouteHint[] a)
Utility method to constructs a new Clear-variant Hintsboolean
RouteHint. eq(RouteHint b)
Checks if two RouteHints contain equal inner contents.static Result_PrivateRouteCreationErrorZ
PrivateRoute. of(RouteHint hops)
Creates a new (partial) route from a list of hopsstatic Result_RouteHintDecodeErrorZ
Result_RouteHintDecodeErrorZ. ok(RouteHint o)
Creates a new CResult_RouteHintDecodeErrorZ in the success state.
-