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 PrivateRoute
Result_PrivateRouteCreationErrorZ.Result_PrivateRouteCreationErrorZ_OK. res
Methods in org.ldk.structs that return PrivateRoute Modifier and Type Method Description PrivateRoute
PrivateRoute. 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 boolean
PrivateRoute. eq(PrivateRoute b)
Checks if two PrivateRoutes contain equal inner contents.static Result_PrivateRouteCreationErrorZ
Result_PrivateRouteCreationErrorZ. ok(PrivateRoute o)
Creates a new CResult_PrivateRouteCreationErrorZ in the success state.
-