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 RouteHintHop
Result_RouteHintHopDecodeErrorZ.Result_RouteHintHopDecodeErrorZ_OK. res
Methods in org.ldk.structs that return RouteHintHop Modifier and Type Method Description RouteHintHop
RouteHintHop. clone()
Creates a copy of the RouteHintHopRouteHintHop[]
RouteHint. get_a()
static 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.static RouteHint
RouteHint. of(RouteHintHop[] a_arg)
Constructs a new RouteHint given each fieldstatic Result_RouteHintHopDecodeErrorZ
Result_RouteHintHopDecodeErrorZ. ok(RouteHintHop o)
Creates a new CResult_RouteHintHopDecodeErrorZ in the success state.void
RouteHint. set_a(RouteHintHop[] val)
-