Uses of Class
org.ldk.structs.Route
-
Packages that use Route Package Description org.ldk.structs -
-
Uses of Route in org.ldk.structs
Fields in org.ldk.structs declared as Route Modifier and Type Field Description RouteResult_RouteDecodeErrorZ.Result_RouteDecodeErrorZ_OK. resRouteResult_RouteLightningErrorZ.Result_RouteLightningErrorZ_OK. resMethods in org.ldk.structs that return Route Modifier and Type Method Description RouteRoute. clone()Creates a copy of the Routestatic RouteRoute. of(RouteHop[][] paths_arg)Constructs a new Route given each fieldMethods in org.ldk.structs with parameters of type Route Modifier and Type Method Description static Result_RouteDecodeErrorZResult_RouteDecodeErrorZ. ok(Route o)Creates a new CResult_RouteDecodeErrorZ in the success state.static Result_RouteLightningErrorZResult_RouteLightningErrorZ. ok(Route o)Creates a new CResult_RouteLightningErrorZ in the success state.Result_NonePaymentSendFailureZChannelManager. send_payment(Route route, byte[] payment_hash, byte[] payment_secret)Sends a payment along a given route.Result_PaymentHashPaymentSendFailureZChannelManager. send_spontaneous_payment(Route route, byte[] payment_preimage)Send a spontaneous payment, which is a payment that does not require the recipient to have generated an invoice.
-