Uses of Class
org.ldk.structs.RouteHintHop
-
Packages that use RouteHintHop Package Description org.ldk.structs -
-
Uses of RouteHintHop in org.ldk.structs
Fields in org.ldk.structs declared as RouteHintHop Modifier and Type Field Description RouteHintHopResult_RouteHintHopDecodeErrorZ.Result_RouteHintHopDecodeErrorZ_OK. resMethods in org.ldk.structs that return RouteHintHop Modifier and Type Method Description RouteHintHopRouteHintHop. clone()Creates a copy of the RouteHintHopRouteHintHop[]RouteHint. get_a()static RouteHintHopRouteHintHop. of(byte[] src_node_id_arg, long short_channel_id_arg, RoutingFees fees_arg, short cltv_expiry_delta_arg, Option_u64Z htlc_minimum_msat_arg, Option_u64Z htlc_maximum_msat_arg)Constructs a new RouteHintHop given each fieldMethods in org.ldk.structs with parameters of type RouteHintHop Modifier and Type Method Description booleanRouteHintHop. eq(RouteHintHop b)Checks if two RouteHintHops contain equal inner contents.static RouteHintRouteHint. of(RouteHintHop[] a_arg)Constructs a new RouteHint given each fieldstatic Result_RouteHintHopDecodeErrorZResult_RouteHintHopDecodeErrorZ. ok(RouteHintHop o)Creates a new CResult_RouteHintHopDecodeErrorZ in the success state.voidRouteHint. set_a(RouteHintHop[] val)
-