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 classHints.BlindedThe recipient provided blinded paths and payinfo to reach them.static classHints.ClearThe recipient included these route hints in their BOLT11 invoice.Methods in org.ldk.structs that return Hints Modifier and Type Method Description static HintsHints. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] a)Utility method to constructs a new Blinded-variant Hintsstatic HintsHints. clear(RouteHint[] a)Utility method to constructs a new Clear-variant HintsHintsHints. clone()Creates a copy of the HintsHintsPaymentParameters. 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 booleanHints. eq(Hints b)Checks if two Hintss contain equal inner contents.static PaymentParametersPaymentParameters. 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 fieldvoidPaymentParameters. set_route_hints(Hints val)Hints for routing to the payee, containing channels connecting the payee to public nodes.
-