Uses of Class
org.ldk.structs.PrivateRoute
-
Packages that use PrivateRoute Package Description org.ldk.structs -
-
Uses of PrivateRoute in org.ldk.structs
Fields in org.ldk.structs declared as PrivateRoute Modifier and Type Field Description PrivateRouteResult_PrivateRouteCreationErrorZ.Result_PrivateRouteCreationErrorZ_OK. resMethods in org.ldk.structs that return PrivateRoute Modifier and Type Method Description PrivateRoutePrivateRoute. clone()Creates a copy of the PrivateRoutePrivateRoute[]Invoice. private_routes()Returns a list of all routes included in the invoicePrivateRoute[]RawInvoice. private_routes()Methods in org.ldk.structs with parameters of type PrivateRoute Modifier and Type Method Description booleanPrivateRoute. eq(PrivateRoute b)Checks if two PrivateRoutes contain equal inner contents.static Result_PrivateRouteCreationErrorZResult_PrivateRouteCreationErrorZ. ok(PrivateRoute o)Creates a new CResult_PrivateRouteCreationErrorZ in the success state.
-