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 RouteHopResult_RouteHopDecodeErrorZ.Result_RouteHopDecodeErrorZ_OK. resMethods in org.ldk.structs that return RouteHop Modifier and Type Method Description RouteHopRouteHop. clone()Creates a copy of the RouteHopRouteHop[]Path. get_hops()The list of unblinded hops in this [`Path`].static RouteHopRouteHop. 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 booleanRouteHop. eq(RouteHop b)Checks if two RouteHops contain equal inner contents.static PathPath. of(RouteHop[] hops_arg, BlindedTail blinded_tail_arg)Constructs a new Path given each fieldstatic Result_RouteHopDecodeErrorZResult_RouteHopDecodeErrorZ. ok(RouteHop o)Creates a new CResult_RouteHopDecodeErrorZ in the success state.voidPath. set_hops(RouteHop[] val)The list of unblinded hops in this [`Path`].
-