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 Route
Result_RouteDecodeErrorZ.Result_RouteDecodeErrorZ_OK. res
Route
Result_RouteLightningErrorZ.Result_RouteLightningErrorZ_OK. res
Methods in org.ldk.structs that return Route Modifier and Type Method Description Route
Route. clone()
Creates a copy of the Routestatic Route
Route. 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_RouteDecodeErrorZ
Result_RouteDecodeErrorZ. ok(Route o)
Creates a new CResult_RouteDecodeErrorZ in the success state.static Result_RouteLightningErrorZ
Result_RouteLightningErrorZ. ok(Route o)
Creates a new CResult_RouteLightningErrorZ in the success state.Result_NonePaymentSendFailureZ
ChannelManager. send_payment(Route route, byte[] payment_hash, byte[] payment_secret)
Sends a payment along a given route.Result_PaymentHashPaymentSendFailureZ
ChannelManager. 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.
-