Uses of Class
org.ldk.structs.RouteHintHop
-
Packages that use RouteHintHop Package Description org.ldk.structs -
-
Uses of RouteHintHop in org.ldk.structs
Methods in org.ldk.structs that return RouteHintHop Modifier and Type Method Description RouteHintHop
RouteHintHop. clone()
Creates a copy of the RouteHintHopstatic RouteHintHop
RouteHintHop. 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 boolean
RouteHintHop. eq(RouteHintHop b)
Checks if two RouteHintHops contain equal inner contents.
-