Uses of Class
org.ldk.structs.RouteHop
-
Packages that use RouteHop Package Description org.ldk.structs -
-
Uses of RouteHop in org.ldk.structs
Fields in org.ldk.structs declared as RouteHop Modifier and Type Field Description RouteHop[]
Event.PaymentPathFailed. path
The payment path that failed.RouteHop
Result_RouteHopDecodeErrorZ.Result_RouteHopDecodeErrorZ_OK. res
Methods in org.ldk.structs that return RouteHop Modifier and Type Method Description RouteHop
RouteHop. clone()
Creates a copy of the RouteHopRouteHop[][]
Route. get_paths()
The list of routes taken for a single (potentially-)multi-part payment.static RouteHop
RouteHop. of(byte[] pubkey_arg, NodeFeatures node_features_arg, long short_channel_id_arg, ChannelFeatures channel_features_arg, long fee_msat_arg, int cltv_expiry_delta_arg)
Constructs a new RouteHop given each fieldMethods in org.ldk.structs with parameters of type RouteHop Modifier and Type Method Description boolean
RouteHop. eq(RouteHop b)
Checks if two RouteHops contain equal inner contents.static Route
Route. of(RouteHop[][] paths_arg)
Constructs a new Route given each fieldstatic Result_RouteHopDecodeErrorZ
Result_RouteHopDecodeErrorZ. ok(RouteHop o)
Creates a new CResult_RouteHopDecodeErrorZ in the success state.static Event
Event. payment_path_failed(byte[] payment_hash, boolean rejected_by_dest, Option_NetworkUpdateZ network_update, boolean all_paths_failed, RouteHop[] path)
Utility method to constructs a new PaymentPathFailed-variant Eventvoid
Route. set_paths(RouteHop[][] val)
The list of routes taken for a single (potentially-)multi-part payment.
-