Uses of Class
org.ldk.structs.Hints
-
Packages that use Hints Package Description org.ldk.structs -
-
Uses of Hints in org.ldk.structs
Subclasses of Hints in org.ldk.structs Modifier and Type Class Description static class
Hints.Blinded
The recipient provided blinded paths and payinfo to reach them.static class
Hints.Clear
The recipient included these route hints in their BOLT11 invoice.Methods in org.ldk.structs that return Hints Modifier and Type Method Description static Hints
Hints. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] a)
Utility method to constructs a new Blinded-variant Hintsstatic Hints
Hints. clear(RouteHint[] a)
Utility method to constructs a new Clear-variant HintsHints
Hints. clone()
Creates a copy of the HintsHints
PaymentParameters. get_route_hints()
Hints for routing to the payee, containing channels connecting the payee to public nodes.Methods in org.ldk.structs with parameters of type Hints Modifier and Type Method Description boolean
Hints. eq(Hints b)
Checks if two Hintss contain equal inner contents.static PaymentParameters
PaymentParameters. of(byte[] payee_pubkey_arg, InvoiceFeatures features_arg, Hints route_hints_arg, Option_u64Z expiry_time_arg, int max_total_cltv_expiry_delta_arg, byte max_path_count_arg, byte max_channel_saturation_power_of_half_arg, long[] previously_failed_channels_arg, int final_cltv_expiry_delta_arg)
Constructs a new PaymentParameters given each fieldvoid
PaymentParameters. set_route_hints(Hints val)
Hints for routing to the payee, containing channels connecting the payee to public nodes.
-